ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
authenticate () | |
Try authentication. More... | |
![]() | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
getAuthSession () | |
Get auth session. More... | |
getCredentials () | |
Get auth credentials. More... | |
getProviders () | |
Get providers. More... | |
getStatus () | |
resetStatus () | |
Reset status. 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... | |
![]() | |
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... | |
Private Attributes | |
ilLogger | $logger |
Additional Inherited Members | |
![]() | |
const | MIG_EXTERNAL_ACCOUNT = 'mig_ext_account' |
const | MIG_TRIGGER_AUTHMODE = 'mig_trigger_auth_mode' |
const | MIG_DESIRED_AUTHMODE = 'mig_desired_auth_mode' |
Definition at line 24 of file class.ilAuthFrontendHTTP.php.
ilAuthFrontendHTTP::__construct | ( | ilAuthSession | $session, |
ilAuthStatus | $status, | ||
ilAuthCredentials | $credentials, | ||
array | $providers | ||
) |
Definition at line 28 of file class.ilAuthFrontendHTTP.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
ilAuthFrontendHTTP::authenticate | ( | ) |
Try authentication.
Implements ilAuthFrontendInterface.
Definition at line 36 of file class.ilAuthFrontendHTTP.php.
References $provider, ilAuthFrontend\getProviders(), ilAuthFrontend\getStatus(), handleAuthenticationFail(), ilAuthFrontend\handleAuthenticationSuccess(), ILIAS\Repository\logger(), ilAuthFrontend\resetStatus(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
|
protected |
Draw basic auth.
Definition at line 68 of file class.ilAuthFrontendHTTP.php.
References CLIENT_ID.
Referenced by authenticate().
|
private |
Definition at line 26 of file class.ilAuthFrontendHTTP.php.