ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilAuthCredentials Interface Reference
+ Inheritance diagram for ilAuthCredentials:
+ Collaboration diagram for ilAuthCredentials:

Public Member Functions

 setUsername (string $a_name)
 
 getUsername ()
 
 setPassword (string $a_password)
 
 getPassword ()
 
 setAuthMode (string $a_auth_mode)
 
 getAuthMode ()
 

Detailed Description

Definition at line 21 of file interface.ilAuthCredentials.php.

Member Function Documentation

◆ getAuthMode()

ilAuthCredentials::getAuthMode ( )

Implemented in ilAuthFrontendCredentials.

Referenced by ilAuthProviderFactory\getProviders().

+ Here is the caller graph for this function:

◆ getPassword()

ilAuthCredentials::getPassword ( )

Implemented in ilAuthFrontendCredentials.

◆ getUsername()

ilAuthCredentials::getUsername ( )

Implemented in ilAuthFrontendCredentials.

Referenced by ilAuthProviderFactory\getProviders().

+ Here is the caller graph for this function:

◆ setAuthMode()

ilAuthCredentials::setAuthMode ( string  $a_auth_mode)

Implemented in ilAuthFrontendCredentials.

◆ setPassword()

ilAuthCredentials::setPassword ( string  $a_password)

Implemented in ilAuthFrontendCredentials.

◆ setUsername()

ilAuthCredentials::setUsername ( string  $a_name)

Implemented in ilAuthFrontendCredentials.


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