PHP 클래스 LdapTools\Security\Acl\Dacl

저자: Chad Sikorra ([email protected])
상속: extends Acl
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

공개 메소드들

메소드 설명
canonicalize ( ) Forces the ACEs into canonical form. You can check if it is not in canonical form with the isCanonical method.
getSddlIdentifier ( )
isCanonical ( ) : boolean Check if the ACL is in canonical form.
toBinary ( boolean $canonicalize = true ) : string Get the binary string representation of the ACL.
toSddl ( boolean $canonicalize = true ) : string Get the SDDL string representation of the ACL.

보호된 메소드들

메소드 설명
getAllowedAceType ( )
orderAcesCanonically ( ) : Ace[] Returns all ACEs in canonical order as expected by AD.

메소드 상세

canonicalize() 공개 메소드

Forces the ACEs into canonical form. You can check if it is not in canonical form with the isCanonical method.
public canonicalize ( )

getAllowedAceType() 보호된 메소드

protected getAllowedAceType ( )

getSddlIdentifier() 공개 메소드

public getSddlIdentifier ( )

isCanonical() 공개 메소드

Check if the ACL is in canonical form.
public isCanonical ( ) : boolean
리턴 boolean

orderAcesCanonically() 보호된 메소드

Returns all ACEs in canonical order as expected by AD.
protected orderAcesCanonically ( ) : Ace[]
리턴 LdapTools\Security\Ace\Ace[]

toBinary() 공개 메소드

Get the binary string representation of the ACL.
public toBinary ( boolean $canonicalize = true ) : string
$canonicalize boolean
리턴 string

toSddl() 공개 메소드

Get the SDDL string representation of the ACL.
public toSddl ( boolean $canonicalize = true ) : string
$canonicalize boolean Whether or not to re-order the ACEs to be canonical before the operation.
리턴 string