PHP Class LdapTools\Operation\AuthenticationResponse

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Свойство Type Description
$errorCode The authentication error code, if any.
$errorMessage The authentication error message, if any.
$isAuthenticated Whether on not the authentication attempt succeeded.

Méthodes publiques

Méthode Description
__construct ( boolean $authenticated, null | string $message = null, null | integer $code = null )
getErrorCode ( ) : integer | null
getErrorMessage ( ) : null | string
isAuthenticated ( ) : boolean

Method Details

__construct() public méthode

public __construct ( boolean $authenticated, null | string $message = null, null | integer $code = null )
$authenticated boolean
$message null | string
$code null | integer

getErrorCode() public méthode

public getErrorCode ( ) : integer | null
Résultat integer | null

getErrorMessage() public méthode

public getErrorMessage ( ) : null | string
Résultat null | string

isAuthenticated() public méthode

public isAuthenticated ( ) : boolean
Résultat boolean

Property Details

$errorCode protected_oe property

The authentication error code, if any.
protected $errorCode

$errorMessage protected_oe property

The authentication error message, if any.
protected $errorMessage

$isAuthenticated protected_oe property

Whether on not the authentication attempt succeeded.
protected $isAuthenticated