PHP Класс LdapTools\Security\Acl\Dacl

Автор: Chad Sikorra ([email protected])
Наследование: extends Acl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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