|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_saml_Auth_Process_NameIDAttribute:
Collaboration diagram for sspmod_saml_Auth_Process_NameIDAttribute:Public Member Functions | |
| __construct ($config, $reserved) | |
| Initialize this filter, parse configuration. More... | |
| process (&$state) | |
| Convert NameID to attribute. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
| __construct (&$config, $reserved) | |
| Constructor for a processing filter. More... | |
| process (&$request) | |
| Process a request. More... | |
Static Private Member Functions | |
| static | parseFormat ($format) |
| Parse a NameID format string into an array. More... | |
Private Attributes | |
| $attribute | |
| $format | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
| $priority = 50 | |
| Priority of this filter. More... | |
Definition at line 9 of file NameIDAttribute.php.
| sspmod_saml_Auth_Process_NameIDAttribute::__construct | ( | $config, | |
| $reserved | |||
| ) |
Initialize this filter, parse configuration.
| array | $config | Configuration information about this filter. |
| mixed | $reserved | For future use. |
Definition at line 34 of file NameIDAttribute.php.
References $config, $format, and parseFormat().
Here is the call graph for this function:
|
staticprivate |
Parse a NameID format string into an array.
| string | $format | The format string. |
| SimpleSAML_Error_Exception | if the replacement is invalid. |
Definition at line 63 of file NameIDAttribute.php.
Referenced by __construct().
Here is the caller graph for this function:| sspmod_saml_Auth_Process_NameIDAttribute::process | ( | & | $state | ) |
Convert NameID to attribute.
| array | &$state | The request state. |
Reimplemented from SimpleSAML_Auth_ProcessingFilter.
Definition at line 106 of file NameIDAttribute.php.
References $state.
|
private |
Definition at line 17 of file NameIDAttribute.php.
|
private |
Definition at line 25 of file NameIDAttribute.php.
Referenced by __construct(), and parseFormat().