PHP 클래스 LdapTools\AttributeConverter\ConvertUserAccountControl

저자: Chad Sikorra ([email protected])
상속: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait LdapTools\Utilities\ConverterUtilitiesTrait, use trait AttributeConverterTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
__construct ( )
fromLdap ( $value )
getShouldAggregateValues ( )
isBatchSupported ( Batch $batch )
toLdap ( $value )

보호된 메소드들

메소드 설명
getQueryOperator ( boolean $value ) : BaseOperator Transform a bool value into the bitwise operator needed for the LDAP filter.
modifyUacValue ( boolean $value ) : integer Given a bool value, do the needed bitwise comparison against the User Account Control value to either remove or add the bit from the overall value.
shouldInvertValue ( ) : boolean Check if the attribute value/meaning should be inverted. Provided as a convenience (ie. enabled)

메소드 상세

__construct() 공개 메소드

public __construct ( )

fromLdap() 공개 메소드

public fromLdap ( $value )

getQueryOperator() 보호된 메소드

Transform a bool value into the bitwise operator needed for the LDAP filter.
protected getQueryOperator ( boolean $value ) : BaseOperator
$value boolean
리턴 LdapTools\Query\Operator\BaseOperator

getShouldAggregateValues() 공개 메소드

isBatchSupported() 공개 메소드

public isBatchSupported ( Batch $batch )
$batch LdapTools\BatchModify\Batch

modifyUacValue() 보호된 메소드

Given a bool value, do the needed bitwise comparison against the User Account Control value to either remove or add the bit from the overall value.
protected modifyUacValue ( boolean $value ) : integer
$value boolean
리턴 integer

shouldInvertValue() 보호된 메소드

Check if the attribute value/meaning should be inverted. Provided as a convenience (ie. enabled)
protected shouldInvertValue ( ) : boolean
리턴 boolean

toLdap() 공개 메소드

public toLdap ( $value )