PHP Class spec\LdapTools\Security\Acl\DaclSpec

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

Protected Properties

Property Type Description
$expecteSddl

Public Methods

Method Description
it_is_initializable ( )
it_should_add_an_ace ( )
it_should_check_if_the_ace_exists ( )
it_should_get_the_binary_representation ( )
it_should_get_the_sddl_representation_when_calling_toSddl ( )
it_should_have_a_string_representation_that_outputs_the_sddl ( )
it_should_order_the_ace_canonically_if_specified ( )
it_should_order_the_aces_non_canonically_to_binary_if_specified ( )
it_should_order_the_aces_non_canonically_to_sddl_if_specified ( )
it_should_parse_and_get_the_ACEs_for_the_ACL ( )
it_should_parse_and_get_the_ACL_revision ( )
it_should_parse_and_get_the_sbz1_value ( )
it_should_parse_and_get_the_sbz2_value ( )
it_should_remove_an_ace ( )
it_should_set_the_ACL_revision ( )
it_should_set_the_sbz1_value ( )
it_should_set_the_sbz2_value ( )
it_should_tell_whether_the_ACEs_are_canonical_when_calling_isCanonical ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_an_ace() public method

it_should_check_if_the_ace_exists() public method

it_should_get_the_binary_representation() public method

it_should_get_the_sddl_representation_when_calling_toSddl() public method

it_should_have_a_string_representation_that_outputs_the_sddl() public method

it_should_order_the_ace_canonically_if_specified() public method

it_should_order_the_aces_non_canonically_to_binary_if_specified() public method

it_should_order_the_aces_non_canonically_to_sddl_if_specified() public method

it_should_parse_and_get_the_ACEs_for_the_ACL() public method

it_should_parse_and_get_the_ACL_revision() public method

it_should_parse_and_get_the_sbz1_value() public method

it_should_parse_and_get_the_sbz2_value() public method

it_should_remove_an_ace() public method

it_should_set_the_ACL_revision() public method

it_should_set_the_sbz1_value() public method

it_should_set_the_sbz2_value() public method

it_should_tell_whether_the_ACEs_are_canonical_when_calling_isCanonical() public method

let() public method

public let ( )

Property Details

$expecteSddl protected_oe property

protected $expecteSddl