summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup/ldap
AgeCommit message (Collapse)Author
2014-07-24Don't depend on gateway properties in the constructor of LDAPLookup, asAndrew Branson
it may be instantiated before the Gateway is initialized.
2014-07-24Move cluster storage implementation into lookup.ldap package, leaveAndrew Branson
stubs in the old persistency package for backwards compatibility.
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