summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup/ldap/LDAPLookup.java
AgeCommit message (Collapse)Author
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Adapt to new ExceptionsAndrew Branson
2014-09-22Removed ItemPath.fromUUIDStringAndrew Branson
2014-09-19Switch from UUID.fromString to ItemPath.fromUUIDStringAndrew Branson
2014-09-18Support hierarchical roles. Fixes #199Andrew Branson
2014-09-09Merge remote-tracking branch 'origin/master'Andrew Branson
2014-09-09Support new ItemPath based Item id. NextKeyManager removed.Andrew Branson
2014-07-24set protected the new memeber "ldapProps" ogattaz
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-22Added NextKeyManager.close methodAndrew Branson
Made all members protected to allow extension
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