PHP 클래스 LdapTools\Event\LdapAuthenticationEvent

저자: Chad Sikorra ([email protected])
상속: extends Event
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$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