PHP Class LdapTools\Event\LdapAuthenticationEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$operation LdapTools\Operation\AuthenticationOperation
$response LdapTools\Operation\AuthenticationResponse

Méthodes publiques

Méthode Description
__construct ( string $eventName, AuthenticationOperation $operation, AuthenticationResponse $response = null )
getOperation ( ) : AuthenticationOperation Get the authentication operation to be executed against LDAP.
getResponse ( ) : AuthenticationResponse | null Get the response LDAP returned from the authentication request.

Method Details

__construct() public méthode

public __construct ( string $eventName, AuthenticationOperation $operation, AuthenticationResponse $response = null )
$eventName string
$operation LdapTools\Operation\AuthenticationOperation
$response LdapTools\Operation\AuthenticationResponse

getOperation() public méthode

Get the authentication operation to be executed against LDAP.
public getOperation ( ) : AuthenticationOperation
Résultat LdapTools\Operation\AuthenticationOperation

getResponse() public méthode

Get the response LDAP returned from the authentication request.
public getResponse ( ) : AuthenticationResponse | null
Résultat LdapTools\Operation\AuthenticationResponse | null

Property Details

$operation protected_oe property

protected AuthenticationOperation,LdapTools\Operation $operation
Résultat LdapTools\Operation\AuthenticationOperation

$response protected_oe property

protected AuthenticationResponse,LdapTools\Operation $response
Résultat LdapTools\Operation\AuthenticationResponse