Method | Description | |
---|---|---|
getAttributes ( ) : array | Find a list of configured attributes. | |
getPreferredBackend ( ) : array | Determines the backend to use. | |
infoAttribute ( $type = '' ) : boolean | Find out whether the given attribute type is informational only. | |
mapUser ( string | boolean $hordeauth ) : string | Converts the current user's name, optionally removing the domain part or applying any configured hooks. |
public static getAttributes ( ) : array | ||
return | array | The attributes list. |
public static getPreferredBackend ( ) : array | ||
return | array | The backend entry. |
public static infoAttribute ( $type = '' ) : boolean | ||
return | boolean | Returns true if the given type is known to be informational only. |
public static mapUser ( string | boolean $hordeauth ) : string | ||
$hordeauth | string | boolean | Defines how to use the authenticated Horde username. If set to 'full', will initialize the username to contain the @realm part. Otherwise, the username will initialize as a simple login. |
return | string | The converted username. |