PHP Class LdapTools\Event\LdapAuthenticationEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$operation LdapTools\Operation\AuthenticationOperation
$response LdapTools\Operation\AuthenticationResponse

Public Methods

Method 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 method

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

getOperation() public method

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

getResponse() public method

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

Property Details

$operation protected_oe property

protected AuthenticationOperation,LdapTools\Operation $operation
return LdapTools\Operation\AuthenticationOperation

$response protected_oe property

protected AuthenticationResponse,LdapTools\Operation $response
return LdapTools\Operation\AuthenticationResponse