|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Standard interface for auth provider implementations. More...
Inheritance diagram for ilAuthProviderInterface:
Collaboration diagram for ilAuthProviderInterface:Public Member Functions | |
| doAuthentication (\ilAuthStatus $status) | |
| Do authentication. More... | |
Standard interface for auth provider implementations.
Definition at line 11 of file interface.ilAuthProviderInterface.php.
| ilAuthProviderInterface::doAuthentication | ( | \ilAuthStatus | $status | ) |
Do authentication.
| \ilAuthStatus | $status | Authentication status |
Implemented in ilAuthProviderShibboleth, ilAuthProviderCAS, ilAuthProviderLDAP, ilAuthProviderOpenIdConnect, ilAuthProviderRadius, and ilAuthProviderECS.