ILIAS
release_8 Revision v8.19
|
Auth provider factory. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getProviders (ilAuthCredentials $credentials) | |
Get provider. More... | |
getProviderByAuthMode (ilAuthCredentials $credentials, $a_authmode) | |
Get provider by auth mode. More... | |
Private Attributes | |
ilLogger | $logger |
Auth provider factory.
Definition at line 27 of file class.ilAuthProviderFactory.php.
ilAuthProviderFactory::__construct | ( | ) |
Constructor.
Definition at line 34 of file class.ilAuthProviderFactory.php.
References $DIC, and ILIAS\Repository\logger().
ilAuthProviderFactory::getProviderByAuthMode | ( | ilAuthCredentials | $credentials, |
$a_authmode | |||
) |
Get provider by auth mode.
Definition at line 69 of file class.ilAuthProviderFactory.php.
References $provider, ilAuthUtils\AUTH_APACHE, ilAuthUtils\AUTH_CAS, ilAuthUtils\AUTH_ECS, ilAuthUtils\AUTH_LDAP, ilAuthUtils\AUTH_LOCAL, ilAuthUtils\AUTH_OPENID_CONNECT, ilAuthUtils\AUTH_PROVIDER_LTI, ilAuthUtils\AUTH_SAML, ilAuthUtils\AUTH_SHIBBOLETH, ilAuthUtils\AUTH_SOAP, ilAuthUtils\getAuthPlugins(), ilSamlIdp\getIdpIdByAuthMode(), and ILIAS\Repository\logger().
Referenced by getProviders().
ilAuthProviderFactory::getProviders | ( | ilAuthCredentials | $credentials | ) |
Get provider.
Definition at line 43 of file class.ilAuthProviderFactory.php.
References $provider, ilAuthModeDetermination\_getInstance(), ilAuthCredentials\getAuthMode(), getProviderByAuthMode(), ilAuthCredentials\getUsername(), and ILIAS\Repository\logger().
|
private |
Definition at line 29 of file class.ilAuthProviderFactory.php.