|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthProvider:
Collaboration diagram for ilAuthProvider:Public Member Functions | |
| __construct (ilAuthCredentials $credentials) | |
| getLogger () | |
| getCredentials () | |
Public Member Functions inherited from ilAuthProviderInterface | |
| 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 ILIAS\AuthApache\AuthProviderApache, ilAuthProviderShibboleth, ilAuthProviderSoap, ilAuthProviderLTI, and ilAuthProviderOpenIdConnect.
Definition at line 26 of file class.ilAuthProvider.php.
References $credentials, $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilAuthProvider::getCredentials | ( | ) |
Definition at line 38 of file class.ilAuthProvider.php.
References $credentials.
Referenced by ilAuthProviderLDAP\createNewAccount(), ilAuthProviderSaml\createNewAccount(), ilAuthProviderLTI\createUser(), ILIAS\AuthApache\AuthProviderApache\doAuthentication(), ilAuthProviderSoap\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ILIAS\AuthApache\AuthProviderApache\handleLDAPDataSource(), ilAuthProviderSoap\handleSoapAuth(), ilAuthProviderLDAP\migrateAccount(), and ilAuthProviderLDAP\updateAccount().
Here is the caller graph for this function:| 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(), ILIAS\AuthApache\AuthProviderApache\doAuthentication(), ilAuthProviderShibboleth\doAuthentication(), ilAuthProviderSoap\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ilAuthProviderSaml\doAuthentication(), ilAuthProviderLTI\findAuthKeyId(), ilAuthProviderLTI\findAuthPrefix(), ilAuthProviderLTI\findGlobalRole(), ilAuthProviderLTI\findUserId(), ILIAS\AuthApache\AuthProviderApache\handleLDAPDataSource(), ilAuthProviderLTI\handleLocalRoleAssignments(), ilAuthProviderECS\handleLogin(), ilAuthProviderECS\handleLoginByAuthMode(), ilAuthProviderSaml\importUser(), ilAuthProviderLDAP\migrateAccount(), ilAuthProviderECS\resumeCurrentSession(), ilAuthProviderLDAP\updateAccount(), ilAuthProviderECS\updateUser(), ilAuthProviderLTI\updateUser(), and ilAuthProviderECS\validateHash().
Here is the caller graph for this function:
|
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(), ILIAS\AuthApache\AuthProviderApache\doAuthentication(), ilAuthProviderShibboleth\doAuthentication(), ilAuthProviderLDAP\doAuthentication(), ilAuthProviderSaml\doAuthentication(), ILIAS\AuthApache\AuthProviderApache\handleLDAPDataSource(), ilAuthProviderECS\handleLoginByAuthMode(), ilAuthProviderSaml\handleSamlAuth(), ilAuthProviderLDAP\migrateAccount(), and ilAuthProviderLDAP\updateAccount().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 24 of file class.ilAuthProvider.php.
Referenced by ilAuthProviderECS\__construct(), ILIAS\AuthApache\AuthProviderApache\__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().