PHP Класс spec\LdapTools\Query\Builder\ADFilterBuilderSpec

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

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

Метод Описание
it_is_initializable ( )
it_should_MatchingRule_when_calling_passwordNeverExpires ( )
it_should_be_an_instance_of_FilterBuilder ( )
it_should_get_an_instance_through_the_factory_method ( LdapTools\Connection\LdapConnectionInterface $connection )
it_should_return_Comparison_when_calling_isLocked ( )
it_should_return_Comparison_when_calling_passwordMustChange ( )
it_should_return_MatchingRule_when_calling_groupIsDomainLocal ( )
it_should_return_MatchingRule_when_calling_groupIsGlobal ( )
it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled ( )
it_should_return_MatchingRule_when_calling_groupIsType ( )
it_should_return_MatchingRule_when_calling_groupIsUniversal ( )
it_should_return_MatchingRule_when_calling_hasMemberRecursively ( )
it_should_return_MatchingRule_when_calling_isDisabled ( )
it_should_return_MatchingRule_when_calling_isRecursivelyMemberOf ( )
it_should_return_Wildcard_when_calling_mailEnabled ( )
it_should_return_bAnd_when_calling_accountExpires ( )
it_should_return_bNot_when_calling_groupIsDistribution ( )
it_should_return_bOr_when_calling_accountNeverExpires ( )
it_should_use_the_groups_attribute_by_default_for_isRecursivelyMemberOf ( )
it_should_use_the_memberOf_attribute_if_specified_for_isRecursivelyMemberOf ( )
it_should_use_the_members_attribute_by_default_for_hasMemberRecursively ( )
it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively ( )

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

it_is_initializable() публичный Метод

public it_is_initializable ( )

it_should_MatchingRule_when_calling_passwordNeverExpires() публичный Метод

it_should_be_an_instance_of_FilterBuilder() публичный Метод

it_should_get_an_instance_through_the_factory_method() публичный Метод

public it_should_get_an_instance_through_the_factory_method ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

it_should_return_Comparison_when_calling_isLocked() публичный Метод

it_should_return_Comparison_when_calling_passwordMustChange() публичный Метод

it_should_return_MatchingRule_when_calling_groupIsDomainLocal() публичный Метод

it_should_return_MatchingRule_when_calling_groupIsGlobal() публичный Метод

it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled() публичный Метод

it_should_return_MatchingRule_when_calling_groupIsType() публичный Метод

it_should_return_MatchingRule_when_calling_groupIsUniversal() публичный Метод

it_should_return_MatchingRule_when_calling_hasMemberRecursively() публичный Метод

it_should_return_MatchingRule_when_calling_isDisabled() публичный Метод

it_should_return_MatchingRule_when_calling_isRecursivelyMemberOf() публичный Метод

it_should_return_Wildcard_when_calling_mailEnabled() публичный Метод

it_should_return_bAnd_when_calling_accountExpires() публичный Метод

it_should_return_bNot_when_calling_groupIsDistribution() публичный Метод

it_should_return_bOr_when_calling_accountNeverExpires() публичный Метод

it_should_use_the_groups_attribute_by_default_for_isRecursivelyMemberOf() публичный Метод

it_should_use_the_memberOf_attribute_if_specified_for_isRecursivelyMemberOf() публичный Метод

it_should_use_the_members_attribute_by_default_for_hasMemberRecursively() публичный Метод

it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively() публичный Метод