PHP Класс LdapTools\AttributeConverter\ConvertPrimaryGroup

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait, use trait LdapTools\Utilities\ConverterUtilitiesTrait
Показать файл Открыть проект

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

Метод Описание
fromLdap ( $value )
toLdap ( $value )

Защищенные методы

Метод Описание
validateAndGetGroupSID ( string $name ) : string Make sure that the group exists and that the user is already a member of it. If not, at least give an informative message.

Описание методов

fromLdap() публичный метод

public fromLdap ( $value )

toLdap() публичный метод

public toLdap ( $value )

validateAndGetGroupSID() защищенный метод

Make sure that the group exists and that the user is already a member of it. If not, at least give an informative message.
protected validateAndGetGroupSID ( string $name ) : string
$name string The group name.
Результат string The text SID of the group.