|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_saml_Auth_Process_AuthnContextClassRef:
Collaboration diagram for sspmod_saml_Auth_Process_AuthnContextClassRef:Public Member Functions | |
| __construct ($config, $reserved) | |
| Initialize this filter. More... | |
| process (&$state) | |
| Set the AuthnContextClassRef in the SAML 2 response. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
| __construct (&$config, $reserved) | |
| Constructor for a processing filter. More... | |
| process (&$request) | |
| Process a request. More... | |
Private Attributes | |
| $authnContextClassRef | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
| $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().