Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
spec
LdapTools
DomainConfigurationSpec
PHP Class spec\LdapTools\DomainConfigurationSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
Exibir arquivo
Open project: ldaptools/ldaptools
Public Methods
Method
Description
getMatchers
( )
it_is_initializable
( )
it_should_allow_a_numeric_string_when_setting_page_size
( )
it_should_allow_a_numeric_string_when_setting_port
( )
it_should_allow_a_string_representation_of_a_connection_option
( )
it_should_error_on_unknown_configuration_options
( )
it_should_error_when_missing_required_config_values
( )
it_should_error_when_setting_an_unknown_ldap_type
( )
it_should_have_a_default_schema_name_of_the_ldap_type
( )
it_should_have_active_directory_set_as_the_default_ldap_type
( )
it_should_have_the_correct_encoding_after_calling_setBindFormat
( )
it_should_have_the_correct_encoding_after_calling_setEncoding
( )
it_should_have_the_correct_ldap_type_after_calling_setLdapType
( )
it_should_have_the_correct_port_after_calling_setPort
( )
it_should_have_the_correct_string_as_domain_name
( )
it_should_have_the_correct_value_for_lazy_bind_after_calling_setLazyBind
( )
it_should_have_the_server_selection_type_as_order_by_default
( )
it_should_load_an_array_for_the_configuration
( )
it_should_overwrite_an_ldap_option_when_calling_setLdapOption
( )
it_should_properly_set_the_base_dn_when_calling_setBaseDn
( )
it_should_return_a_string_when_calling_getSchemaName
( )
it_should_return_self_when_calling_the_setters
( )
it_should_return_the_correct_page_size_after_calling_setPageSize
( )
it_should_return_the_correct_schema_name_when_it_is_set
( )
it_should_return_the_correct_server_selection_type_after_calling_setServerSelection
( )
it_should_return_the_correct_servers_after_calling_setServers
( )
it_should_set_the_connect_timeout_time
( )
it_should_set_the_idle_reconnection_time
( )
it_should_set_the_ldap_option_when_calling_setLdapOption
( )
it_should_set_the_password_when_calling_setPassword
( )
it_should_set_the_username_when_calling_setUsername
( )
it_should_set_use_ssl_when_calling_setUseSsl
( )
it_should_set_use_tls_when_calling_setUseTls
( )
it_should_set_whether_paging_control_should_be_used
( )
it_should_throw_InvalidTypeException_when_setting_page_size_as_non_int
( )
it_should_throw_InvalidTypeException_when_setting_port_as_non_int
( )
it_should_use_ldap_v3_by_default_and_not_follow_referrals
( )
let
( )
Method Details
getMatchers()
public
method
public
getMatchers
( )
it_is_initializable()
public
method
public
it_is_initializable
( )
it_should_allow_a_numeric_string_when_setting_page_size()
public
method
public
it_should_allow_a_numeric_string_when_setting_page_size
( )
it_should_allow_a_numeric_string_when_setting_port()
public
method
public
it_should_allow_a_numeric_string_when_setting_port
( )
it_should_allow_a_string_representation_of_a_connection_option()
public
method
public
it_should_allow_a_string_representation_of_a_connection_option
( )
it_should_error_on_unknown_configuration_options()
public
method
public
it_should_error_on_unknown_configuration_options
( )
it_should_error_when_missing_required_config_values()
public
method
public
it_should_error_when_missing_required_config_values
( )
it_should_error_when_setting_an_unknown_ldap_type()
public
method
public
it_should_error_when_setting_an_unknown_ldap_type
( )
it_should_have_a_default_schema_name_of_the_ldap_type()
public
method
public
it_should_have_a_default_schema_name_of_the_ldap_type
( )
it_should_have_active_directory_set_as_the_default_ldap_type()
public
method
public
it_should_have_active_directory_set_as_the_default_ldap_type
( )
it_should_have_the_correct_encoding_after_calling_setBindFormat()
public
method
public
it_should_have_the_correct_encoding_after_calling_setBindFormat
( )
it_should_have_the_correct_encoding_after_calling_setEncoding()
public
method
public
it_should_have_the_correct_encoding_after_calling_setEncoding
( )
it_should_have_the_correct_ldap_type_after_calling_setLdapType()
public
method
public
it_should_have_the_correct_ldap_type_after_calling_setLdapType
( )
it_should_have_the_correct_port_after_calling_setPort()
public
method
public
it_should_have_the_correct_port_after_calling_setPort
( )
it_should_have_the_correct_string_as_domain_name()
public
method
public
it_should_have_the_correct_string_as_domain_name
( )
it_should_have_the_correct_value_for_lazy_bind_after_calling_setLazyBind()
public
method
public
it_should_have_the_correct_value_for_lazy_bind_after_calling_setLazyBind
( )
it_should_have_the_server_selection_type_as_order_by_default()
public
method
public
it_should_have_the_server_selection_type_as_order_by_default
( )
it_should_load_an_array_for_the_configuration()
public
method
public
it_should_load_an_array_for_the_configuration
( )
it_should_overwrite_an_ldap_option_when_calling_setLdapOption()
public
method
public
it_should_overwrite_an_ldap_option_when_calling_setLdapOption
( )
it_should_properly_set_the_base_dn_when_calling_setBaseDn()
public
method
public
it_should_properly_set_the_base_dn_when_calling_setBaseDn
( )
it_should_return_a_string_when_calling_getSchemaName()
public
method
public
it_should_return_a_string_when_calling_getSchemaName
( )
it_should_return_self_when_calling_the_setters()
public
method
public
it_should_return_self_when_calling_the_setters
( )
it_should_return_the_correct_page_size_after_calling_setPageSize()
public
method
public
it_should_return_the_correct_page_size_after_calling_setPageSize
( )
it_should_return_the_correct_schema_name_when_it_is_set()
public
method
public
it_should_return_the_correct_schema_name_when_it_is_set
( )
it_should_return_the_correct_server_selection_type_after_calling_setServerSelection()
public
method
public
it_should_return_the_correct_server_selection_type_after_calling_setServerSelection
( )
it_should_return_the_correct_servers_after_calling_setServers()
public
method
public
it_should_return_the_correct_servers_after_calling_setServers
( )
it_should_set_the_connect_timeout_time()
public
method
public
it_should_set_the_connect_timeout_time
( )
it_should_set_the_idle_reconnection_time()
public
method
public
it_should_set_the_idle_reconnection_time
( )
it_should_set_the_ldap_option_when_calling_setLdapOption()
public
method
public
it_should_set_the_ldap_option_when_calling_setLdapOption
( )
it_should_set_the_password_when_calling_setPassword()
public
method
public
it_should_set_the_password_when_calling_setPassword
( )
it_should_set_the_username_when_calling_setUsername()
public
method
public
it_should_set_the_username_when_calling_setUsername
( )
it_should_set_use_ssl_when_calling_setUseSsl()
public
method
public
it_should_set_use_ssl_when_calling_setUseSsl
( )
it_should_set_use_tls_when_calling_setUseTls()
public
method
public
it_should_set_use_tls_when_calling_setUseTls
( )
it_should_set_whether_paging_control_should_be_used()
public
method
public
it_should_set_whether_paging_control_should_be_used
( )
it_should_throw_InvalidTypeException_when_setting_page_size_as_non_int()
public
method
public
it_should_throw_InvalidTypeException_when_setting_page_size_as_non_int
( )
it_should_throw_InvalidTypeException_when_setting_port_as_non_int()
public
method
public
it_should_throw_InvalidTypeException_when_setting_port_as_non_int
( )
it_should_use_ldap_v3_by_default_and_not_follow_referrals()
public
method
public
it_should_use_ldap_v3_by_default_and_not_follow_referrals
( )
let()
public
method
public
let
( )