summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-24LDAP properties enhancements :ogattaz
add protections during the instanciation add methods to return validity informations about the contained data
2014-07-22protects the method getAuthObject() against the null pointer exceptionogattaz
2014-07-22Added NextKeyManager.close methodAndrew Branson
Made all members protected to allow extension
2014-07-22Move init code to open() in case instantiation is done outside theAndrew Branson
Gateway and the props aren't ready yet
2014-07-04Search didn't work for non-mutable properties. Need to change how theAndrew Branson
flag is stored - starting the query with a wildcard would be very bad for performance.
2014-06-30Implements new LookupManager interfaceAndrew Branson
2014-06-23Combine various Lookup.search methods into a general search(Path,Andrew Branson
Property...)
2014-06-12Initial migration out of cristal-kernelAndrew Branson