ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Public Member Functions | |
authenticate () | |
Try authentication. More... | |
Public Member Functions inherited from ilAuthFrontend | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
Constructor. More... | |
getAuthSession () | |
Get auth session. More... | |
getCredentials () | |
Get auth credentials. More... | |
getProviders () | |
Get providers. More... | |
getStatus () | |
resetStatus () | |
Reset status. More... | |
getLogger () | |
Get logger. More... | |
migrateAccount (ilAuthSession $session) | |
Migrate Account to existing user account. More... | |
migrateAccountNew () | |
Create new user account. More... | |
authenticate () | |
Try to authenticate user. More... | |
Protected Member Functions | |
handleAuthenticationFail () | |
Draw basic auth. More... | |
Protected Member Functions inherited from ilAuthFrontend | |
handleAccountMigration (ilAuthProviderAccountMigrationInterface $provider) | |
Handle account migration. More... | |
handleAuthenticationSuccess (ilAuthProviderInterface $provider) | |
Handle successful authentication. More... | |
checkActivation (ilObjUser $user) | |
Check activation. More... | |
checkExceededLoginAttempts (\ilObjUser $user) | |
checkTimeLimit (ilObjUser $user) | |
Check time limit. More... | |
checkIp (ilObjUser $user) | |
Check ip. More... | |
checkSimultaneousLogins (ilObjUser $user) | |
Check simultaneous logins. More... | |
handleAuthenticationFail () | |
Handle failed authenication. More... | |
Additional Inherited Members | |
Data Fields inherited from ilAuthFrontend | |
const | MIG_EXTERNAL_ACCOUNT = 'mig_ext_account' |
const | MIG_TRIGGER_AUTHMODE = 'mig_trigger_auth_mode' |
const | MIG_DESIRED_AUTHMODE = 'mig_desired_auth_mode' |
Description of class class.
Definition at line 14 of file class.ilAuthFrontendHTTP.php.
ilAuthFrontendHTTP::authenticate | ( | ) |
Try authentication.
Implements ilAuthFrontendInterface.
Definition at line 16 of file class.ilAuthFrontendHTTP.php.
References League\OAuth2\Client\Provider\$provider, ilAuthFrontend\getLogger(), ilAuthFrontend\getProviders(), ilAuthFrontend\getStatus(), handleAuthenticationFail(), ilAuthFrontend\handleAuthenticationSuccess(), ilAuthFrontend\resetStatus(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
|
protected |
Draw basic auth.
Definition at line 47 of file class.ilAuthFrontendHTTP.php.
References header.
Referenced by authenticate().