ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Auth provider factory. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getLogger () | |
Get current logger. More... | |
getProviders (ilAuthCredentials $credentials) | |
Get provider. More... | |
getProviderByAuthMode (ilAuthCredentials $credentials, $a_authmode) | |
Get provider by auth mode. More... | |
Private Attributes | |
$logger = null | |
Auth provider factory.
Definition at line 11 of file class.ilAuthProviderFactory.php.
ilAuthProviderFactory::__construct | ( | ) |
Constructor.
Definition at line 19 of file class.ilAuthProviderFactory.php.
References ilLoggerFactory\getLogger().
ilAuthProviderFactory::getLogger | ( | ) |
Get current logger.
Definition at line 28 of file class.ilAuthProviderFactory.php.
References $logger.
Referenced by getProviderByAuthMode(), and getProviders().
ilAuthProviderFactory::getProviderByAuthMode | ( | ilAuthCredentials | $credentials, |
$a_authmode | |||
) |
Get provider by auth mode.
Definition at line 68 of file class.ilAuthProviderFactory.php.
References AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, AUTH_SHIBBOLETH, and getLogger().
Referenced by getProviders().
ilAuthProviderFactory::getProviders | ( | ilAuthCredentials | $credentials | ) |
Get provider.
\ilAuthCredentials | $credentials |
Definition at line 37 of file class.ilAuthProviderFactory.php.
References League\OAuth2\Client\Provider\$provider, ilAuthModeDetermination\_getInstance(), array, ilAuthCredentials\getAuthMode(), getLogger(), getProviderByAuthMode(), and ilAuthCredentials\getUsername().
|
private |
Definition at line 13 of file class.ilAuthProviderFactory.php.
Referenced by getLogger().