PHP 클래스 spec\LdapTools\Query\Builder\ADFilterBuilderSpec

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

공개 메소드들

메소드 설명
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() 공개 메소드