|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilAuthFrontendCredentials:
Collaboration diagram for ilAuthFrontendCredentials: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilAuthFrontendCredentials::getUsername | ( | ) |
Get username.
Implements ilAuthCredentials.
Definition at line 50 of file class.ilAuthFrontendCredentials.php.
References $username.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().