PHP 클래스 sspmod_core_Auth_Process_AttributeMap, simplesamlphp

저자: Olav Morken, UNINETT AS.
상속: extends SimpleSAML_Auth_ProcessingFilter
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 메소드들

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

비공개 메소드들

메소드 설명
loadMapFile ( string $fileName ) Loads and merges in a file with a attribute map.

메소드 상세

__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 filter to rename attributes.
public process ( &$request )