ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (ilAuthCredentials $credentials) | |
getLogger () | |
getCredentials () | |
![]() | |
doAuthentication (ilAuthStatus $status) | |
Protected Member Functions | |
handleAuthenticationFail (ilAuthStatus $status, string $a_reason) | |
Private Attributes | |
ilLogger | $logger |
ilAuthCredentials | $credentials |
Definition at line 21 of file class.ilAuthProvider.php.
ilAuthProvider::__construct | ( | ilAuthCredentials | $credentials | ) |
Reimplemented in ilAuthProviderApache, ilAuthProviderShibboleth, ilAuthProviderSoap, ilAuthProviderLTI, and ilAuthProviderOpenIdConnect.
Definition at line 26 of file class.ilAuthProvider.php.
References $credentials, $DIC, and ILIAS\Repository\logger().
ilAuthProvider::getCredentials | ( | ) |
Definition at line 38 of file class.ilAuthProvider.php.
References $credentials.
Referenced by ilAuthProviderLDAP\createNewAccount(), ilAuthProviderSaml\createNewAccount(), ilAuthProviderLTI\createUser(), ilAuthProviderApache\doAuthentication(), ilAuthProviderSoap\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ilAuthProviderApache\handleLDAPDataSource(), ilAuthProviderSoap\handleSoapAuth(), ilAuthProviderLDAP\migrateAccount(), and ilAuthProviderLDAP\updateAccount().
ilAuthProvider::getLogger | ( | ) |
Definition at line 33 of file class.ilAuthProvider.php.
References $logger.
Referenced by ilAuthProviderLDAP\createNewAccount(), ilAuthProviderSaml\createNewAccount(), ilAuthProviderECS\createUser(), ilAuthProviderLTI\createUser(), ilAuthProviderECS\doAuthentication(), ilAuthProviderApache\doAuthentication(), ilAuthProviderShibboleth\doAuthentication(), ilAuthProviderSoap\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ilAuthProviderSaml\doAuthentication(), ilAuthProviderLTI\findAuthKeyId(), ilAuthProviderLTI\findAuthPrefix(), ilAuthProviderLTI\findGlobalRole(), ilAuthProviderLTI\findUserId(), ilAuthProviderApache\handleLDAPDataSource(), ilAuthProviderLTI\handleLocalRoleAssignments(), ilAuthProviderECS\handleLogin(), ilAuthProviderECS\handleLoginByAuthMode(), ilAuthProviderSaml\importUser(), ilAuthProviderLDAP\migrateAccount(), ilAuthProviderECS\resumeCurrentSession(), ilAuthProviderLDAP\updateAccount(), ilAuthProviderECS\updateUser(), ilAuthProviderLTI\updateUser(), and ilAuthProviderECS\validateHash().
|
protected |
Definition at line 43 of file class.ilAuthProvider.php.
References ilAuthStatus\setReason(), ilAuthStatus\setStatus(), and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Referenced by ilAuthProviderLDAP\createNewAccount(), ilAuthProviderSaml\createNewAccount(), ilAuthProviderECS\doAuthentication(), ilAuthProviderApache\doAuthentication(), ilAuthProviderShibboleth\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ilAuthProviderSaml\doAuthentication(), ilAuthProviderApache\handleLDAPDataSource(), ilAuthProviderECS\handleLoginByAuthMode(), ilAuthProviderSaml\handleSamlAuth(), ilAuthProviderLDAP\migrateAccount(), and ilAuthProviderLDAP\updateAccount().
|
private |
Definition at line 24 of file class.ilAuthProvider.php.
Referenced by ilAuthProviderECS\__construct(), ilAuthProviderApache\__construct(), __construct(), ilAuthProviderShibboleth\__construct(), ilAuthProviderSoap\__construct(), ilAuthProviderLTI\__construct(), ilAuthProviderOpenIdConnect\__construct(), ilAuthProviderSaml\__construct(), ilAuthProviderLDAP\__construct(), and getCredentials().
|
private |
Definition at line 23 of file class.ilAuthProvider.php.
Referenced by getLogger().