PHP 클래스 LdapTools\AttributeConverter\ConvertGroupMembership

저자: Chad Sikorra ([email protected])
상속: extends ConvertValueToDn, implements LdapTools\AttributeConverter\OperationGeneratorInterface, use trait OperationGeneratorTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
getIsMultiValuedConverter ( )
getRemoveOriginalValue ( )
toLdap ( $values )

보호된 메소드들

메소드 설명
addOperation ( string $dn, integer $batchType ) Add the correct operation for the action as a post operation to the current operation.
createOperationsFromValues ( array $values ) Given the set of array values create the correct operation.
getBatchTypeForOperation ( ) : integer Get the batch type for the operation that was specified.
removeCurrentGroups ( ) Gets the current group membership and generates operations to remove them all.
shouldRemoveCurrentGroups ( ) : boolean

메소드 상세

addOperation() 보호된 메소드

Add the correct operation for the action as a post operation to the current operation.
protected addOperation ( string $dn, integer $batchType )
$dn string
$batchType integer

createOperationsFromValues() 보호된 메소드

Given the set of array values create the correct operation.
protected createOperationsFromValues ( array $values )
$values array

getBatchTypeForOperation() 보호된 메소드

Get the batch type for the operation that was specified.
protected getBatchTypeForOperation ( ) : integer
리턴 integer

getIsMultiValuedConverter() 공개 메소드

getRemoveOriginalValue() 공개 메소드

removeCurrentGroups() 보호된 메소드

Gets the current group membership and generates operations to remove them all.
protected removeCurrentGroups ( )

shouldRemoveCurrentGroups() 보호된 메소드

protected shouldRemoveCurrentGroups ( ) : boolean
리턴 boolean

toLdap() 공개 메소드

public toLdap ( $values )