Daniel Fisher

Results 8 issues of Daniel Fisher

Determine whether it is possible to automatically configure an Authenticator with the corresponding password policy.

It would be helpful to add support for searching for attributes from arbitrary directory entries as part of the authentication pipeline. For example, these entries might contain configuration data to...

Add an LdapEntryHandler that aggregates an attribute with all it's subtypes using the ;lang- option. cn: Daniel Fisher cn;lang-ru: Даниэль Фишер would result in cn: Daniel Fisher cn: Даниэль Фишер...

In order to support validation on connections with long running searches it would be useful to support validation that only occurs when the connection is idle for some period of...

Provide an API which allows a client to receive connection related events, such as OPEN, CLOSED and DISCONNECTED. Determine whether hooks should be provided on `ConnectionConfig` or the the `ConnectionFactory`...

Create TransportConfig to encapsulate transport configuration. Change TransportFactory to accept TransportConfig. Add unique IDs for connection factories to correlate with thread pool IDs. Use a latch to wait until pipeline...

Add enum to define whether a SearchResultHandler is being used with the send or execute method. Update DefaultSearchOperationHandle to process handlers configured for send.

The PasswordData object has become bloated with inner classes. Add the `password` package to contain the support interfaces and classes needed by PasswordData. Remove PasswordData#getCharacterCount and move the character count...