Name | Description |
---|---|
HydratorInterface | LDAP entry hydrators must implement this interface. |
Name | Description |
---|---|
ArrayHydrator | Hydrates a LDAP entry to/from LDAP in array form. |
LdapObjectHydrator | Hydrates a LDAP entry into a LdapObject or LdapObjectCollection form. |
OperationHydrator | Converts LDAP operation data based on a schema and its properties. |
Name | Description |
---|---|
HydrateQueryTrait | Some common functions needed in both the operation hydrator and the LdapQuery. Need to completely separate them at some point. This is mostly for logic relating to parsing out different sets of attributes based on alias and schema information. |