PHP 클래스 spec\LdapTools\Utilities\LdapUtilitiesSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_allow_escaping_a_dn ( )
it_should_allow_escaping_in_the_context_of_a_search_filter ( )
it_should_check_if_a_string_is_actually_binary_data ( )
it_should_check_if_a_value_is_a_valid_GUID ( )
it_should_check_if_a_value_is_a_valid_SID ( )
it_should_check_if_an_attribute_is_a_valid_OID_or_short_name ( )
it_should_check_whether_a_dn_is_a_valid_ldap_object ( )
it_should_encode_carriage_returns_when_escaping_a_dn ( )
it_should_encode_values_to_the_desired_type ( )
it_should_escape_special_characters_when_imploding_a_DN_array ( )
it_should_escape_to_hex_by_default ( )
it_should_escape_values_when_calling_escape_values ( )
it_should_explode_a_dn_to_an_array ( )
it_should_generate_a_UUIDv4_string ( )
it_should_get_the_rdn_from_a_dn ( )
it_should_ignore_specified_values_when_escaping ( )
it_should_implode_a_dn_array_to_a_string_dn ( )
it_should_mask_passwords_and_binary_data_in_a_ldap_batch_array ( )
it_should_mask_passwords_and_binary_in_an_array_of_attributes_and_values ( )
it_should_split_a_string_between_its_alias_and_attribute ( )
it_should_throw_an_error_on_an_invalid_dn ( )
it_should_throw_an_error_when_imploding_a_DN_in_invalid_array_form ( )
it_should_unescape_hex_values_back_to_a_string ( )
when_exploding_a_dn_it_should_unescape_hex_values ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_allow_escaping_a_dn() 공개 메소드

it_should_allow_escaping_in_the_context_of_a_search_filter() 공개 메소드

it_should_check_if_a_string_is_actually_binary_data() 공개 메소드

it_should_check_if_a_value_is_a_valid_GUID() 공개 메소드

it_should_check_if_a_value_is_a_valid_SID() 공개 메소드

it_should_check_if_an_attribute_is_a_valid_OID_or_short_name() 공개 메소드

it_should_check_whether_a_dn_is_a_valid_ldap_object() 공개 메소드

it_should_encode_carriage_returns_when_escaping_a_dn() 공개 메소드

it_should_encode_values_to_the_desired_type() 공개 메소드

it_should_escape_special_characters_when_imploding_a_DN_array() 공개 메소드

it_should_escape_to_hex_by_default() 공개 메소드

it_should_escape_values_when_calling_escape_values() 공개 메소드

it_should_explode_a_dn_to_an_array() 공개 메소드

it_should_generate_a_UUIDv4_string() 공개 메소드

it_should_get_the_rdn_from_a_dn() 공개 메소드

it_should_ignore_specified_values_when_escaping() 공개 메소드

it_should_implode_a_dn_array_to_a_string_dn() 공개 메소드

it_should_mask_passwords_and_binary_data_in_a_ldap_batch_array() 공개 메소드

it_should_mask_passwords_and_binary_in_an_array_of_attributes_and_values() 공개 메소드

it_should_split_a_string_between_its_alias_and_attribute() 공개 메소드

it_should_throw_an_error_on_an_invalid_dn() 공개 메소드

it_should_throw_an_error_when_imploding_a_DN_in_invalid_array_form() 공개 메소드

it_should_unescape_hex_values_back_to_a_string() 공개 메소드

when_exploding_a_dn_it_should_unescape_hex_values() 공개 메소드