ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct () | |
setUsername (string $a_name) | |
getUsername () | |
setPassword (string $a_password) | |
getPassword () | |
setAuthMode (string $a_auth_mode) | |
getAuthMode () | |
Protected Attributes | |
ilLogger | $logger |
Private Attributes | |
string | $username = '' |
string | $password = '' |
string | $auth_mode = '' |
Definition at line 21 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::__construct | ( | ) |
Definition at line 28 of file class.ilAuthFrontendCredentials.php.
References $DIC, and ILIAS\Repository\logger().
ilAuthFrontendCredentials::getAuthMode | ( | ) |
Implements ilAuthCredentials.
Definition at line 60 of file class.ilAuthFrontendCredentials.php.
References $auth_mode.
ilAuthFrontendCredentials::getPassword | ( | ) |
Implements ilAuthCredentials.
Definition at line 50 of file class.ilAuthFrontendCredentials.php.
References $password.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
ilAuthFrontendCredentials::getUsername | ( | ) |
Implements ilAuthCredentials.
Definition at line 40 of file class.ilAuthFrontendCredentials.php.
References $username.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
ilAuthFrontendCredentials::setAuthMode | ( | string | $a_auth_mode | ) |
Implements ilAuthCredentials.
Definition at line 55 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::setPassword | ( | string | $a_password | ) |
Implements ilAuthCredentials.
Definition at line 45 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), and ilAuthFrontendCredentialsOpenIdConnect\initFromRequest().
ilAuthFrontendCredentials::setUsername | ( | string | $a_name | ) |
Implements ilAuthCredentials.
Definition at line 34 of file class.ilAuthFrontendCredentials.php.
References ILIAS\Repository\logger().
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsLTI\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), ilAuthFrontendCredentialsOpenIdConnect\initFromRequest(), and ilAuthFrontendCredentialsApache\initFromRequest().
|
private |
Definition at line 26 of file class.ilAuthFrontendCredentials.php.
Referenced by getAuthMode().
|
protected |
Definition at line 23 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsLTI\initFromRequest().
|
private |
Definition at line 25 of file class.ilAuthFrontendCredentials.php.
Referenced by getPassword().
|
private |
Definition at line 24 of file class.ilAuthFrontendCredentials.php.
Referenced by getUsername().