PHP 클래스 spec\LdapTools\Security\SddlParserSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_parse_a_SDDL_string_that_represents_a_typical_ntSecurityDescriptor ( $connection )
it_should_parse_a_SDDL_string_that_represents_the_default_exchange_mailbox_permissions ( )
it_should_set_any_sacl_or_dacl_flags ( )
it_should_throw_an_exception_if_invalid_flags_are_set_in_the_ACE ( )
it_should_throw_an_exception_if_the_DACL_or_SACL_appears_more_than_once_in_the_SDDL ( )
it_should_throw_an_exception_if_the_SDDL_is_missing_the_owner_or_group ( )
it_should_throw_an_exception_if_the_dacl_or_sacl_flags_are_invalid ( )
it_should_throw_an_exception_if_the_owner_group_or_ace_sid_is_invalid ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_parse_a_SDDL_string_that_represents_a_typical_ntSecurityDescriptor() 공개 메소드

it_should_parse_a_SDDL_string_that_represents_the_default_exchange_mailbox_permissions() 공개 메소드

it_should_set_any_sacl_or_dacl_flags() 공개 메소드

it_should_throw_an_exception_if_invalid_flags_are_set_in_the_ACE() 공개 메소드

it_should_throw_an_exception_if_the_DACL_or_SACL_appears_more_than_once_in_the_SDDL() 공개 메소드

it_should_throw_an_exception_if_the_SDDL_is_missing_the_owner_or_group() 공개 메소드

it_should_throw_an_exception_if_the_dacl_or_sacl_flags_are_invalid() 공개 메소드

it_should_throw_an_exception_if_the_owner_group_or_ace_sid_is_invalid() 공개 메소드

let() 공개 메소드

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface