Метод |
Описание |
|
__construct ( null | string $username = null, null | string $password = null ) |
|
|
getArguments ( ) |
|
|
getIsAnonymousBind ( ) : boolean |
Get whether this authentication attempt should be an anonymous bind. |
|
getLdapFunction ( ) |
|
|
getLogArray ( ) |
|
|
getName ( ) |
|
|
getPassword ( ) : string | null |
Get the password that will be used for the authentication operation. |
|
getSwitchToCredentials ( ) : boolean |
Get whether the connection should switch to be bound under the context of the credentials given by this object
when this operation is executed. |
|
getUsername ( ) : string | null |
Get the username that will be used in the authentication operation. |
|
setIsAnonymousBind ( boolean $anonymous ) |
Set whether this authentication attempt should be an anonymous bind. |
|
setPassword ( string $password ) |
Set the password that will be used for the authentication operation. |
|
setSwitchToCredentials ( boolean $switchToCredentials ) |
Set whether the connection should switch to be bound under the context of the credentials given by this object
when this operation is executed. |
|
setUsername ( string $username ) |
Set the username that will be used in the authentication operation. |
|