Lines Matching refs:a

8 * Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events.
12 * Add the ability to run the LDAP server / client over a UNIX socket.
14 * Add the ability for the server to handle client paging requests via a handler.
15 * Add a helper factory method for creating a proxy LDAP server.
16 * The LDAP server handlers can now be set as a class instance in addition to the class FQCN string.
17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same time.
28 * Add initial SASL support with a limited set of mechanisms (DIGEST-MD5, CRAM-MD5, PLAIN, ANONYMOUS).
32 * Added a firstValue() and lastValue() method for attributes.
42 * Add a DirSync helper class for Active Directory.
44 * Add a range retrieval helper class to make it easier to work with ranged results from Active Directory.
45 * Add a "rename()" convenience method to the LdapClient.
46 * Add a "move()" convenience method to the LdapClient.
47 * Add a "getDescription()" method to the Attribute class to retrieve the attribute with all options.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when aborting paging.
60 * Add a create convenience method to the LdapClient to create a single LDAP entry.
61 * Add a read convenience method to the LdapClient to return a single LDAP entry.
62 * Add an update convenience method to the LdapClient to update a single LDAP entry.
63 * Add a delete convenience method to the LdapClient to delete a single LDAP entry.
80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary string filters.
81 * Added a toString() method on filters for displaying their string filter representation.
82 * Add a compare() operation method helper to the LdapClient.
86 * LDAP clients now throw an OperationException instead of a ProtocolException.