PHP Class spec\LdapTools\Factory\AttributeConverterFactorySpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_error_when_getting_a_converter_that_does_not_implement_AttributeConverterInterface ( )
it_should_let_me_check_a_batch_is_supported_on_the_converter ( )
it_should_let_me_get_whether_this_is_a_multivalued_converter_on_a_returned_converter ( )
it_should_let_me_set_the_batch_on_a_returned_converter ( )
it_should_let_me_set_the_converter_operation_type_on_a_returned_converter ( )
it_should_let_me_set_the_converter_options_on_a_returned_converter ( )
it_should_let_me_set_the_dn_on_a_returned_converter ( )
it_should_let_me_set_the_last_value_returned_converter ( )
it_should_let_me_set_the_ldap_connection_on_a_returned_converter ( LdapTools\Connection\LdapConnectionInterface $ldap )
it_should_let_me_set_whether_this_is_a_multivalued_converter_on_a_returned_converter ( )
it_should_return_ConvertADTimeSpan_when_calling_get_with_ad_time_span ( )
it_should_return_ConvertAccountExpiration_when_calling_get_with_account_expires ( )
it_should_return_ConvertBoolean_when_calling_get_with_bool ( )
it_should_return_ConvertExchangeProxyAddress_when_calling_get_with_exchange_proxy_address ( )
it_should_return_ConvertFunctionalLevel_when_calling_get_with_functional_level ( )
it_should_return_ConvertGPLink_when_calling_get_with_gpo_link ( )
it_should_return_ConvertGeneralizedTime_when_calling_get_with_generalized_time ( )
it_should_return_ConvertGpOptions_when_calling_get_with_gpoptions ( )
it_should_return_ConvertGroupType_when_calling_get_with_group_type ( )
it_should_return_ConvertInteger_when_calling_get_with_int ( )
it_should_return_ConvertLogonWorkstations_when_calling_get_with_logon_workstations ( )
it_should_return_ConvertNameToDn_when_calling_get_with_name_to_dn ( )
it_should_return_ConvertPasswordMustChange_when_calling_get_with_password_must_change ( )
it_should_return_ConvertPrimaryGroup_when_calling_get_with_primary_group ( )
it_should_return_ConvertUserAccountControl_when_calling_get_with_user_account_control ( )
it_should_return_ConvertWindowsGeneralizedTime_when_calling_get_with_windows_generalized_time ( )
it_should_return_ConvertWindowsGuid_when_calling_get_with_windows_guid ( )
it_should_return_ConvertWindowsSid_when_calling_get_with_windows_sid ( )
it_should_return_ConvertWindowsTime_when_calling_get_with_windows_time ( )
it_should_return_EncodeWindowsPassword_when_calling_get_with_encode_windows_password ( )
it_should_return_a_group_membership_converter ( )
it_should_return_a_ldap_type_converter ( )
it_should_return_a_lockout_time_converter ( )
it_should_return_an_exchange_roles_converter ( )
it_should_return_an_exchange_version_converter ( )
it_should_throw_InvalidArgumentException_when_retrieving_an_invalid_converter_name ( )
it_should_throw_InvalidArgumentException_when_the_converter_name_is_already_registered ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_error_when_getting_a_converter_that_does_not_implement_AttributeConverterInterface() public method

it_should_let_me_check_a_batch_is_supported_on_the_converter() public method

it_should_let_me_get_whether_this_is_a_multivalued_converter_on_a_returned_converter() public method

it_should_let_me_set_the_batch_on_a_returned_converter() public method

it_should_let_me_set_the_converter_operation_type_on_a_returned_converter() public method

it_should_let_me_set_the_converter_options_on_a_returned_converter() public method

it_should_let_me_set_the_dn_on_a_returned_converter() public method

it_should_let_me_set_the_last_value_returned_converter() public method

it_should_let_me_set_the_ldap_connection_on_a_returned_converter() public method

public it_should_let_me_set_the_ldap_connection_on_a_returned_converter ( LdapTools\Connection\LdapConnectionInterface $ldap )
$ldap LdapTools\Connection\LdapConnectionInterface

it_should_let_me_set_whether_this_is_a_multivalued_converter_on_a_returned_converter() public method

it_should_return_ConvertADTimeSpan_when_calling_get_with_ad_time_span() public method

it_should_return_ConvertAccountExpiration_when_calling_get_with_account_expires() public method

it_should_return_ConvertBoolean_when_calling_get_with_bool() public method

it_should_return_ConvertExchangeProxyAddress_when_calling_get_with_exchange_proxy_address() public method

it_should_return_ConvertFunctionalLevel_when_calling_get_with_functional_level() public method

it_should_return_ConvertGeneralizedTime_when_calling_get_with_generalized_time() public method

it_should_return_ConvertGpOptions_when_calling_get_with_gpoptions() public method

it_should_return_ConvertGroupType_when_calling_get_with_group_type() public method

it_should_return_ConvertInteger_when_calling_get_with_int() public method

it_should_return_ConvertLogonWorkstations_when_calling_get_with_logon_workstations() public method

it_should_return_ConvertNameToDn_when_calling_get_with_name_to_dn() public method

it_should_return_ConvertPasswordMustChange_when_calling_get_with_password_must_change() public method

it_should_return_ConvertPrimaryGroup_when_calling_get_with_primary_group() public method

it_should_return_ConvertUserAccountControl_when_calling_get_with_user_account_control() public method

it_should_return_ConvertWindowsGeneralizedTime_when_calling_get_with_windows_generalized_time() public method

it_should_return_ConvertWindowsGuid_when_calling_get_with_windows_guid() public method

it_should_return_ConvertWindowsSid_when_calling_get_with_windows_sid() public method

it_should_return_ConvertWindowsTime_when_calling_get_with_windows_time() public method

it_should_return_EncodeWindowsPassword_when_calling_get_with_encode_windows_password() public method

it_should_return_a_group_membership_converter() public method

it_should_return_a_ldap_type_converter() public method

it_should_return_a_lockout_time_converter() public method

it_should_return_an_exchange_roles_converter() public method

it_should_return_an_exchange_version_converter() public method

it_should_throw_InvalidArgumentException_when_retrieving_an_invalid_converter_name() public method

it_should_throw_InvalidArgumentException_when_the_converter_name_is_already_registered() public method