Méthode |
Description |
|
buildLdapQuery ( array $filter, boolean $isOrFilter, string $toSelect ) : LdapQueryBuilder |
Builds the part the of the query with the specific object class/value to search on. |
|
getAttributeFromLdapQuery ( string $value, string $toSelect ) : string |
Attempt to look-up the attribute from a LDAP query based on the value. |
|
getDnFromValue ( string $value ) : string |
Given a value try to determine how to get its full distinguished name. |
|
getOptionsArray ( ) : array |
Validates and retrieves the options array for the current attribute. |
|
getQueryOrStatement ( LdapQueryBuilder $query, string $value ) : bOr |
|
|
validateCurrentAttribute ( ) |
Make sure that the current attribute has actually been defined. |
|