ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilAuthProviderCliFactory Class Reference
+ Inheritance diagram for ilAuthProviderCliFactory:
+ Collaboration diagram for ilAuthProviderCliFactory:

Public Member Functions

 getProviders (ilAuthCredentials $credentials)
 
- Public Member Functions inherited from ilAuthProviderFactory
 __construct ()
 
 getProviders (ilAuthCredentials $credentials)
 
 getProviderByAuthMode (ilAuthCredentials $credentials, $a_authmode)
 

Detailed Description

Definition at line 23 of file class.ilAuthProviderCliFactory.php.

Member Function Documentation

◆ getProviders()

ilAuthProviderCliFactory::getProviders ( ilAuthCredentials  $credentials)
Returns
list<ilAuthProviderInterface>

Reimplemented from ilAuthProviderFactory.

Definition at line 25 of file class.ilAuthProviderCliFactory.php.

25 : array
26 {
27 return [
29 ];
30 }
getProviderByAuthMode(ilAuthCredentials $credentials, $a_authmode)
const int AUTH_LOCAL

References ilAuthUtils\AUTH_LOCAL, and ilAuthProviderFactory\getProviderByAuthMode().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: