ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct () | |
setUsername (string $a_name) | |
Set username. More... | |
getUsername () | |
Get username. More... | |
setPassword (string $a_password) | |
Set password. More... | |
getPassword () | |
Get password. More... | |
setAuthMode (string $a_auth_mode) | |
Set auth mode. More... | |
getAuthMode () | |
Get auth mode. More... | |
Private Attributes | |
ilLogger | $logger |
string | $username = '' |
string | $password = '' |
string | $auth_mode = '' |
Definition at line 24 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::__construct | ( | ) |
Definition at line 32 of file class.ilAuthFrontendCredentials.php.
References $DIC, and ILIAS\Repository\logger().
ilAuthFrontendCredentials::getAuthMode | ( | ) |
Get auth mode.
Implements ilAuthCredentials.
Definition at line 82 of file class.ilAuthFrontendCredentials.php.
References $auth_mode.
ilAuthFrontendCredentials::getPassword | ( | ) |
Get password.
Implements ilAuthCredentials.
Definition at line 66 of file class.ilAuthFrontendCredentials.php.
References $password.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
ilAuthFrontendCredentials::getUsername | ( | ) |
Get username.
Implements ilAuthCredentials.
Definition at line 50 of file class.ilAuthFrontendCredentials.php.
References $username.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
ilAuthFrontendCredentials::setAuthMode | ( | string | $a_auth_mode | ) |
Set auth mode.
Implements ilAuthCredentials.
Definition at line 74 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::setPassword | ( | string | $a_password | ) |
Set password.
Implements ilAuthCredentials.
Definition at line 58 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), and ilAuthFrontendCredentialsOpenIdConnect\initFromRequest().
ilAuthFrontendCredentials::setUsername | ( | string | $a_name | ) |
Set username.
Implements ilAuthCredentials.
Definition at line 41 of file class.ilAuthFrontendCredentials.php.
References ILIAS\Repository\logger().
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), ilAuthFrontendCredentialsLTI\initFromRequest(), ilAuthFrontendCredentialsOpenIdConnect\initFromRequest(), and ilAuthFrontendCredentialsApache\initFromRequest().
|
private |
Definition at line 30 of file class.ilAuthFrontendCredentials.php.
Referenced by getAuthMode().
|
private |
Definition at line 26 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsLTI\initFromRequest().
|
private |
Definition at line 29 of file class.ilAuthFrontendCredentials.php.
Referenced by getPassword().
|
private |
Definition at line 28 of file class.ilAuthFrontendCredentials.php.
Referenced by getUsername().