PHP Класс LdapTools\Event\LdapAuthenticationEvent

Автор: Chad Sikorra ([email protected])
Наследование: extends Event
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$operation LdapTools\Operation\AuthenticationOperation
$response LdapTools\Operation\AuthenticationResponse

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный метод

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

getOperation() публичный метод

Get the authentication operation to be executed against LDAP.
public getOperation ( ) : AuthenticationOperation
Результат LdapTools\Operation\AuthenticationOperation

getResponse() публичный метод

Get the response LDAP returned from the authentication request.
public getResponse ( ) : AuthenticationResponse | null
Результат LdapTools\Operation\AuthenticationResponse | null

Описание свойств

$operation защищенное свойство

protected AuthenticationOperation,LdapTools\Operation $operation
Результат LdapTools\Operation\AuthenticationOperation

$response защищенное свойство

protected AuthenticationResponse,LdapTools\Operation $response
Результат LdapTools\Operation\AuthenticationResponse