PHP Класс spec\LdapTools\Operation\Handler\AuthenticationOperationHandlerSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

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

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