PHP Class spec\LdapTools\Security\SecurityDescriptorSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$expectedSddl

Public Methods

Method Description
it_is_initializable ( )
it_should_get_the_binary_representation ( )
it_should_get_the_dacl_when_it_is_set ( )
it_should_get_the_flags_that_are_set ( )
it_should_get_the_revision_level_of_the_ACL ( )
it_should_get_the_sddl_representation_when_calling_toSddl ( )
it_should_have_a_resource_manager_control_flag_of_0 ( )
it_should_have_a_revision_of_1 ( )
it_should_have_a_string_representation_of_the_sddl ( )
it_should_have_one_ACE_on_the_ACL ( )
it_should_have_the_group_SID_set_correctly ( )
it_should_have_the_owner_SID_set_correctly ( )
it_should_parse_a_typical_ntSecurityDescriptor ( )
it_should_respect_the_canonicalization_choice_to_binary_if_specified ( )
it_should_respect_the_canonicalization_choice_to_sddl_if_specified ( )
it_should_return_null_for_the_sacl_when_it_is_not_present ( )
it_should_set_the_DACL ( )
it_should_set_the_SACL ( )
it_should_set_the_group_SID ( )
it_should_set_the_owner_SID ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_get_the_binary_representation() public method

it_should_get_the_dacl_when_it_is_set() public method

it_should_get_the_flags_that_are_set() public method

it_should_get_the_revision_level_of_the_ACL() public method

it_should_get_the_sddl_representation_when_calling_toSddl() public method

it_should_have_a_resource_manager_control_flag_of_0() public method

it_should_have_a_revision_of_1() public method

it_should_have_a_string_representation_of_the_sddl() public method

it_should_have_one_ACE_on_the_ACL() public method

it_should_have_the_group_SID_set_correctly() public method

it_should_have_the_owner_SID_set_correctly() public method

it_should_parse_a_typical_ntSecurityDescriptor() public method

it_should_respect_the_canonicalization_choice_to_binary_if_specified() public method

it_should_respect_the_canonicalization_choice_to_sddl_if_specified() public method

it_should_return_null_for_the_sacl_when_it_is_not_present() public method

it_should_set_the_DACL() public method

it_should_set_the_SACL() public method

it_should_set_the_group_SID() public method

it_should_set_the_owner_SID() public method

let() public method

public let ( )

Property Details

$expectedSddl protected_oe property

protected $expectedSddl