Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
spec
LdapTools
Query
Builder
ADFilterBuilderSpec
PHP Class spec\LdapTools\Query\Builder\ADFilterBuilderSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
Afficher le fichier
Open project: ldaptools/ldaptools
Méthodes publiques
Méthode
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
méthode
public
it_is_initializable
( )
it_should_MatchingRule_when_calling_passwordNeverExpires()
public
méthode
public
it_should_MatchingRule_when_calling_passwordNeverExpires
( )
it_should_be_an_instance_of_FilterBuilder()
public
méthode
public
it_should_be_an_instance_of_FilterBuilder
( )
it_should_get_an_instance_through_the_factory_method()
public
méthode
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
méthode
public
it_should_return_Comparison_when_calling_isLocked
( )
it_should_return_Comparison_when_calling_passwordMustChange()
public
méthode
public
it_should_return_Comparison_when_calling_passwordMustChange
( )
it_should_return_MatchingRule_when_calling_groupIsDomainLocal()
public
méthode
public
it_should_return_MatchingRule_when_calling_groupIsDomainLocal
( )
it_should_return_MatchingRule_when_calling_groupIsGlobal()
public
méthode
public
it_should_return_MatchingRule_when_calling_groupIsGlobal
( )
it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled()
public
méthode
public
it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled
( )
it_should_return_MatchingRule_when_calling_groupIsType()
public
méthode
public
it_should_return_MatchingRule_when_calling_groupIsType
( )
it_should_return_MatchingRule_when_calling_groupIsUniversal()
public
méthode
public
it_should_return_MatchingRule_when_calling_groupIsUniversal
( )
it_should_return_MatchingRule_when_calling_hasMemberRecursively()
public
méthode
public
it_should_return_MatchingRule_when_calling_hasMemberRecursively
( )
it_should_return_MatchingRule_when_calling_isDisabled()
public
méthode
public
it_should_return_MatchingRule_when_calling_isDisabled
( )
it_should_return_MatchingRule_when_calling_isRecursivelyMemberOf()
public
méthode
public
it_should_return_MatchingRule_when_calling_isRecursivelyMemberOf
( )
it_should_return_Wildcard_when_calling_mailEnabled()
public
méthode
public
it_should_return_Wildcard_when_calling_mailEnabled
( )
it_should_return_bAnd_when_calling_accountExpires()
public
méthode
public
it_should_return_bAnd_when_calling_accountExpires
( )
it_should_return_bNot_when_calling_groupIsDistribution()
public
méthode
public
it_should_return_bNot_when_calling_groupIsDistribution
( )
it_should_return_bOr_when_calling_accountNeverExpires()
public
méthode
public
it_should_return_bOr_when_calling_accountNeverExpires
( )
it_should_use_the_groups_attribute_by_default_for_isRecursivelyMemberOf()
public
méthode
public
it_should_use_the_groups_attribute_by_default_for_isRecursivelyMemberOf
( )
it_should_use_the_memberOf_attribute_if_specified_for_isRecursivelyMemberOf()
public
méthode
public
it_should_use_the_memberOf_attribute_if_specified_for_isRecursivelyMemberOf
( )
it_should_use_the_members_attribute_by_default_for_hasMemberRecursively()
public
méthode
public
it_should_use_the_members_attribute_by_default_for_hasMemberRecursively
( )
it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively()
public
méthode
public
it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively
( )