PHP Class spec\LdapTools\Query\Builder\ADFilterBuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Public Methods

Method Description
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 ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_MatchingRule_when_calling_passwordNeverExpires() public method

it_should_be_an_instance_of_FilterBuilder() public method

it_should_get_an_instance_through_the_factory_method() public 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() public method

it_should_return_Comparison_when_calling_passwordMustChange() public method

it_should_return_MatchingRule_when_calling_groupIsDomainLocal() public method

it_should_return_MatchingRule_when_calling_groupIsGlobal() public method

it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled() public method

it_should_return_MatchingRule_when_calling_groupIsType() public method

it_should_return_MatchingRule_when_calling_groupIsUniversal() public method

it_should_return_MatchingRule_when_calling_hasMemberRecursively() public method

it_should_return_MatchingRule_when_calling_isDisabled() public method

it_should_return_MatchingRule_when_calling_isRecursivelyMemberOf() public method

it_should_return_Wildcard_when_calling_mailEnabled() public method

it_should_return_bAnd_when_calling_accountExpires() public method

it_should_return_bNot_when_calling_groupIsDistribution() public method

it_should_return_bOr_when_calling_accountNeverExpires() public method

it_should_use_the_groups_attribute_by_default_for_isRecursivelyMemberOf() public method

it_should_use_the_memberOf_attribute_if_specified_for_isRecursivelyMemberOf() public method

it_should_use_the_members_attribute_by_default_for_hasMemberRecursively() public method

it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively() public method