ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter. More... | |
process (&$state) | |
Set the AuthnContextClassRef in the SAML 2 response. More... | |
![]() | |
__construct (&$config, $reserved) | |
Constructor for a processing filter. More... | |
process (&$request) | |
Process a request. More... | |
Private Attributes | |
$authnContextClassRef | |
Additional Inherited Members | |
![]() | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 9 of file AuthnContextClassRef.php.
sspmod_saml_Auth_Process_AuthnContextClassRef::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
SimpleSAML_Error_Exception | if the mandatory 'AuthnContextClassRef' option is missing. |
Definition at line 28 of file AuthnContextClassRef.php.
References $config.
sspmod_saml_Auth_Process_AuthnContextClassRef::process | ( | & | $state | ) |
Set the AuthnContextClassRef in the SAML 2 response.
array | &$state | The state array for this request. |
Reimplemented from SimpleSAML_Auth_ProcessingFilter.
Definition at line 46 of file AuthnContextClassRef.php.
References $authnContextClassRef, and $state.
|
private |
Definition at line 17 of file AuthnContextClassRef.php.
Referenced by process().