Definition at line 9 of file AuthnContextClassRef.php.
◆ __construct()
sspmod_saml_Auth_Process_AuthnContextClassRef::__construct |
( |
|
$config, |
|
|
|
$reserved |
|
) |
| |
Initialize this filter.
- Parameters
-
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
- Exceptions
-
Definition at line 28 of file AuthnContextClassRef.php.
References $config.
30 parent::__construct(
$config, $reserved);
33 if (!isset(
$config[
'AuthnContextClassRef'])) {
37 $this->authnContextClassRef = (string)
$config[
'AuthnContextClassRef'];
◆ process()
sspmod_saml_Auth_Process_AuthnContextClassRef::process |
( |
& |
$state | ) |
|
Set the AuthnContextClassRef in the SAML 2 response.
- Parameters
-
array | &$state | The state array for this request. |
Definition at line 46 of file AuthnContextClassRef.php.
References $authnContextClassRef, and $state.
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
◆ $authnContextClassRef
sspmod_saml_Auth_Process_AuthnContextClassRef::$authnContextClassRef |
|
private |
The documentation for this class was generated from the following file: