Closed GoogleCodeExporter closed 8 years ago
Added ExtendedSearchResultHandler and ExtendedAttributeHandler interfaces.
Updated RecursiveSearchResultHandler to implement ExtendedSearchResultHandler.
Updated RecursiveAttributeHandler to implement ExtendedAttributeHandler.
Updated Ldap to auto-wire handlers that implements these new interfaces.
Updated RecursiveSearchResultHandler and RecursiveAttributeHandler to provide
getters/setters.
Fixed in r1202.
Original comment by dfis...@gmail.com
on 11 Mar 2010 at 8:07
Reference to discussion:
http://groups.google.com/group/vt-middleware-users/browse_thread/thread/47729773
60d7ce98
Original comment by dfis...@gmail.com
on 11 Mar 2010 at 8:13
Updated the property invoker implementation to accept arbitrary nested
properties for
specially formatted properties.
For instance:
searchResultHandlers=edu.vt.middleware.ldap.handler.RecursiveSearchResultHandler
{{searchAttribute=member}{mergeAttributes=cn,uid}}
Can now be used to create a new RecursiveSearchResultHandler will the bracketed
properties initialized.
The CredentialConfigParser was also refactored to support this string format for
consistency.
Fixed in r1239.
Original comment by dfis...@gmail.com
on 12 Apr 2010 at 7:50
Original issue reported on code.google.com by
dfis...@gmail.com
on 11 Mar 2010 at 7:46