ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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)

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

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

25  : array
26  {
27  return [
29  ];
30  }
const int AUTH_LOCAL
getProviderByAuthMode(ilAuthCredentials $credentials, $a_authmode)
+ Here is the call graph for this function:

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