PHP 클래스 sspmod_core_Auth_Process_ScopeAttribute, simplesamlphp

상속: extends SimpleSAML_Auth_ProcessingFilter
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $config, mixed $reserved ) Initialize this filter, parse configuration
process ( &$request ) Apply this filter to the request.

메소드 상세

__construct() 공개 메소드

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

process() 공개 메소드

Apply this filter to the request.
public process ( &$request )