Method | Description | |
---|---|---|
__construct ( ) | ||
fromLdap ( $value ) | ||
getShouldAggregateValues ( ) | ||
isBatchSupported ( |
||
toLdap ( $value ) |
Method | Description | |
---|---|---|
getQueryOperator ( boolean $value ) : |
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) |
protected getQueryOperator ( boolean $value ) : |
||
$value | boolean | |
return |
public isBatchSupported ( |
||
$batch |
protected modifyUacValue ( boolean $value ) : integer | ||
$value | boolean | |
return | integer |
protected shouldInvertValue ( ) : boolean | ||
return | boolean |