PHP Class spec\LdapTools\Security\SIDSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_allow_being_constructed_from_binary ( )
it_should_be_constructed_with_the_short_name ( )
it_should_get_the_SID_short_name ( )
it_should_get_the_binary_representation ( )
it_should_get_the_identifier_authority ( )
it_should_get_the_revision_level ( )
it_should_get_the_short_name_for_a_well_known_SID_needing_the_domain_SID ( )
it_should_get_the_short_name_for_a_well_known_SID_needing_the_root_domain_SID ( )
it_should_get_the_sub_authorities ( )
it_should_get_the_sub_authority_count ( )
it_should_have_a_string_representation_of_a_friendly_SID_form ( )
it_should_parse_a_builtin_domain_account_SID_from_binary ( )
it_should_parse_a_builtin_domain_account_SID_from_string ( )
it_should_parse_a_normal_domain_SID_from_binary ( )
it_should_parse_a_normal_domain_SID_from_string ( )
it_should_parse_a_well_known_nobody_SID_from_binary ( )
it_should_parse_a_well_known_nobody_SID_from_string ( )
it_should_parse_a_well_known_null_SID_from_binary ( )
it_should_parse_a_well_known_null_SID_from_string ( )
it_should_parse_a_well_known_self_SID_from_binary ( )
it_should_parse_a_well_known_self_SID_from_string ( )
it_should_throw_an_exception_if_the_SID_cannot_be_decoded ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_allow_being_constructed_from_binary() public method

it_should_be_constructed_with_the_short_name() public method

it_should_get_the_SID_short_name() public method

it_should_get_the_binary_representation() public method

it_should_get_the_identifier_authority() public method

it_should_get_the_revision_level() public method

it_should_get_the_short_name_for_a_well_known_SID_needing_the_domain_SID() public method

it_should_get_the_short_name_for_a_well_known_SID_needing_the_root_domain_SID() public method

it_should_get_the_sub_authorities() public method

it_should_get_the_sub_authority_count() public method

it_should_have_a_string_representation_of_a_friendly_SID_form() public method

it_should_parse_a_builtin_domain_account_SID_from_binary() public method

it_should_parse_a_builtin_domain_account_SID_from_string() public method

it_should_parse_a_normal_domain_SID_from_binary() public method

it_should_parse_a_normal_domain_SID_from_string() public method

it_should_parse_a_well_known_nobody_SID_from_binary() public method

it_should_parse_a_well_known_nobody_SID_from_string() public method

it_should_parse_a_well_known_null_SID_from_binary() public method

it_should_parse_a_well_known_null_SID_from_string() public method

it_should_parse_a_well_known_self_SID_from_binary() public method

it_should_parse_a_well_known_self_SID_from_string() public method

it_should_throw_an_exception_if_the_SID_cannot_be_decoded() public method

let() public method

public let ( )