|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
| namespace | SimpleSAMLphp |
| Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes. | |
Variables | |
| if(!array_key_exists('AuthState', $_REQUEST)) | $authStateId = $_REQUEST['AuthState'] |
| $state = SimpleSAML_Auth_State::loadState($authStateId, sspmod_multiauth_Auth_Source_MultiAuth::STAGEID) | |
| if(array_key_exists("SimpleSAML_Auth_Source.id", $state)) | else |
| $source = NULL | |
| $t = new SimpleSAML_XHTML_Template($globalConfig, 'multiauth:selectsource.php') | |
| $t | data ['authstate'] = $authStateId |
| $t | data ['sources'] = $state[sspmod_multiauth_Auth_Source_MultiAuth::SOURCESID] |
| if (!array_key_exists( 'AuthState', $_REQUEST)) $authStateId = $_REQUEST['AuthState'] |
Definition at line 17 of file selectsource.php.
| $source = NULL |
Definition at line 27 of file selectsource.php.
| $state = SimpleSAML_Auth_State::loadState($authStateId, sspmod_multiauth_Auth_Source_MultiAuth::STAGEID) |
Definition at line 18 of file selectsource.php.
| $t = new SimpleSAML_XHTML_Template($globalConfig, 'multiauth:selectsource.php') |
Definition at line 51 of file selectsource.php.
| $t data[ 'authstate'] = $authStateId |
Definition at line 52 of file selectsource.php.
| $t data[ 'sources'] = $state[sspmod_multiauth_Auth_Source_MultiAuth::SOURCESID] |
Definition at line 53 of file selectsource.php.
| if ( $as !==NULL) else |
Definition at line 23 of file selectsource.php.