ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
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_core_Auth_UserPassBase::STAGEID) | |
$source = SimpleSAML_Auth_Source::getById($state[sspmod_core_Auth_UserPassBase::AUTHID]) | |
if($source===NULL) if(array_key_exists('username', $_REQUEST)) elseif($source->getRememberUsernameEnabled() &&array_key_exists($source->getAuthId() . '-username', $_COOKIE)) elseif(isset($state['core:username'])) | else |
$errorCode = NULL | |
$errorParams = NULL | |
if(!empty($_REQUEST['username'])||!empty($password)) | $globalConfig = SimpleSAML_Configuration::getInstance() |
$t = new SimpleSAML_XHTML_Template($globalConfig, 'core:loginuserpass.php') | |
$t | data ['stateparams'] = array('AuthState' => $authStateId) |
$t | data ['forceUsername'] = FALSE |
$t | data ['rememberUsernameEnabled'] = $source->getRememberUsernameEnabled() |
$t | data ['rememberUsernameChecked'] = $source->getRememberUsernameChecked() |
$t | data ['rememberMeEnabled'] = $source->isRememberMeEnabled() |
$t | data ['rememberMeChecked'] = $source->isRememberMeChecked() |
$t | data ['links'] = $source->getLoginLinks() |
$t | data ['errorcode'] = $errorCode |
$t | data ['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages() |
$t | data ['errorparams'] = $errorParams |
if (!array_key_exists( 'AuthState', $_REQUEST)) $authStateId = $_REQUEST['AuthState'] |
Definition at line 16 of file loginuserpass.php.
$errorCode = NULL |
Definition at line 41 of file loginuserpass.php.
Referenced by PHPExcel_Writer_Excel5_Parser\_convertError(), PHPExcel_Writer_Excel5_Worksheet\_mapErrorCode(), PHPExcel_Calculation_Functions\ERROR_TYPE(), SimpleSAML_Utilities\fatalError(), SimpleSAML\Error\ErrorCodes\getErrorCodeDescription(), SimpleSAML\Error\ErrorCodes\getErrorCodeMessage(), SimpleSAML\Error\ErrorCodes\getErrorCodeTitle(), and ilSaxParser\parse().
$errorParams = NULL |
Definition at line 42 of file loginuserpass.php.
if (!empty( $_REQUEST[ 'username'])||!empty( $password)) $globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 75 of file loginuserpass.php.
$source = SimpleSAML_Auth_Source::getById($state[sspmod_core_Auth_UserPassBase::AUTHID]) |
Definition at line 19 of file loginuserpass.php.
$state = SimpleSAML_Auth_State::loadState($authStateId, sspmod_core_Auth_UserPassBase::STAGEID) |
Definition at line 17 of file loginuserpass.php.
$t = new SimpleSAML_XHTML_Template($globalConfig, 'core:loginuserpass.php') |
Definition at line 76 of file loginuserpass.php.
$t data[ 'stateparams'] = array('AuthState' => $authStateId) |
Definition at line 77 of file loginuserpass.php.
$t data[ 'forceUsername'] = FALSE |
Definition at line 87 of file loginuserpass.php.
$t data[ 'rememberUsernameEnabled'] = $source->getRememberUsernameEnabled() |
Definition at line 88 of file loginuserpass.php.
$t data[ 'rememberUsernameChecked'] = $source->getRememberUsernameChecked() |
Definition at line 89 of file loginuserpass.php.
$t data[ 'rememberMeEnabled'] = $source->isRememberMeEnabled() |
Definition at line 90 of file loginuserpass.php.
$t data[ 'rememberMeChecked'] = $source->isRememberMeChecked() |
Definition at line 91 of file loginuserpass.php.
$t data[ 'links'] = $source->getLoginLinks() |
Definition at line 94 of file loginuserpass.php.
$t data[ 'errorcode'] = $errorCode |
Definition at line 95 of file loginuserpass.php.
$t data[ 'errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages() |
Definition at line 96 of file loginuserpass.php.
$t data[ 'errorparams'] = $errorParams |
Definition at line 97 of file loginuserpass.php.
if (isset( $state[ 'SPMetadata'])) else |
Definition at line 31 of file loginuserpass.php.