| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 21 of file class.ilAuthProviderFactory.php.
| ilAuthProviderFactory::__construct | ( | ) | 
Definition at line 25 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 60 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 ilAuthProviderCliFactory\getProviders(), and getProviders().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAuthProviderFactory::getProviders | ( | ilAuthCredentials | $credentials | ) | 
Definition at line 34 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 23 of file class.ilAuthProviderFactory.php.