|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthProviderFactory:
Collaboration diagram for ilAuthProviderFactory:Public Member Functions | |
| __construct () | |
| getProviders (ilAuthCredentials $credentials) | |
| getProviderByAuthMode (ilAuthCredentials $credentials, $a_authmode) | |
Private Attributes | |
| ilLogger | $logger |
Definition at line 23 of file class.ilAuthProviderFactory.php.
| ilAuthProviderFactory::__construct | ( | ) |
Definition at line 27 of file class.ilAuthProviderFactory.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilAuthProviderFactory::getProviderByAuthMode | ( | ilAuthCredentials | $credentials, |
| $a_authmode | |||
| ) |
| string | int | $a_authmode |
Definition at line 63 of file class.ilAuthProviderFactory.php.
References $provider, ilAuthUtils\AUTH_APACHE, 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 ilAuthProviderCliFactory\getProviders(), and getProviders().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthProviderFactory::getProviders | ( | ilAuthCredentials | $credentials | ) |
Reimplemented in ilAuthProviderCliFactory.
Definition at line 36 of file class.ilAuthProviderFactory.php.
References $provider, ilAuthModeDetermination\_getInstance(), ilAuthCredentials\getAuthMode(), getProviderByAuthMode(), ilAuthCredentials\getUsername(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 25 of file class.ilAuthProviderFactory.php.