vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Add freeze interface to entry and result handlers. #260

Closed dfish3r closed 5 months ago

dfish3r commented 5 months ago

Update mutable methods to be final and use assertMutable. Refactor heirarchy of handlers that don't need MessageFunctional. Add newInstance to MessageFunctional so that handlers can be mutated by the operation handle. Add convenience constructors and builders to some handlers. Add additional unit tests.