PHP 클래스 spec\LdapTools\Operation\Handler\AuthenticationOperationHandlerSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_NOT_support_add_delete_rename_query_or_modify_operation ( )
it_should_authenticate_a_user ( $connection )
it_should_authenticate_a_user_and_stay_connected_as_them_if_specified ( DomainConfiguration $config, $connection )
it_should_authenticate_a_user_but_not_reconnect_if_the_connection_wasnt_bound ( $connection )
it_should_call_the_event_dispatchers ( $connection, $dispatcher )
it_should_not_authenticate_if_a_bind_exception_is_thrown ( $connection )
it_should_not_switch_credentials_on_an_authentication_failure ( $connection )
it_should_support_authentication_operations ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_NOT_support_add_delete_rename_query_or_modify_operation() 공개 메소드

it_should_authenticate_a_user() 공개 메소드

public it_should_authenticate_a_user ( $connection )

it_should_authenticate_a_user_and_stay_connected_as_them_if_specified() 공개 메소드

public it_should_authenticate_a_user_and_stay_connected_as_them_if_specified ( DomainConfiguration $config, $connection )
$config LdapTools\DomainConfiguration

it_should_authenticate_a_user_but_not_reconnect_if_the_connection_wasnt_bound() 공개 메소드

it_should_call_the_event_dispatchers() 공개 메소드

public it_should_call_the_event_dispatchers ( $connection, $dispatcher )

it_should_not_authenticate_if_a_bind_exception_is_thrown() 공개 메소드

it_should_not_switch_credentials_on_an_authentication_failure() 공개 메소드

it_should_support_authentication_operations() 공개 메소드

let() 공개 메소드

public let ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )
$connection LdapTools\Connection\LdapConnectionInterface
$dispatcher LdapTools\Event\EventDispatcherInterface