PHP 클래스 sspmod_core_Auth_Process_AttributeRealm, simplesamlphp

사용 중단: Use ScopeFromAttribute instead.
저자: Andreas Åkre Solberg, UNINETT AS.
상속: extends SimpleSAML_Auth_ProcessingFilter
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $config, mixed $reserved ) Initialize this filter.
process ( &$request ) Apply filter to add or replace attributes.

메소드 상세

__construct() 공개 메소드

Initialize this filter.
public __construct ( array $config, mixed $reserved )
$config array Configuration information about this filter.
$reserved mixed For future use.

process() 공개 메소드

Add or replace existing attributes with the configured values.
public process ( &$request )