summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup
AgeCommit message (Expand)Author
2014-09-30Remove Serializable. CRISTAL never uses Java serialization, only Castor. Andrew Branson
2014-09-26Various problems found by FindBugsAndrew Branson
2014-09-22ItemPath.fromUUIDString unnecessary as ItemPath(String) supports bothAndrew Branson
2014-09-19Introduced static method ItemPath.fromUUIDString and made the UUIDAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-16Null protection on Path.equals()Andrew Branson
2014-09-15Add trim calls to ObjectProperties.getString() to discard any extraAndrew Branson
2014-09-15Rename DomainPath.setEntity to setItemPathAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-23Finished half-finished doc sentence.Andrew Branson
2014-06-23Combine various Lookup.search methods into a general search(Path,Andrew Branson
2014-06-23Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew Branson
2014-06-17Remove getChildren methods - all searches should be done by the lookupAndrew Branson
2014-06-12Refactored LDAP into its own module.Andrew Branson
2014-06-06Partial javadoc and scope tightening of the new interfaces.Andrew Branson
2014-06-05Make LDAPNextKeyManager independent of the LDAPLookup. The authenticatorAndrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
2014-04-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew Branson
2013-06-14Escape DNs with hex codes instead - more compatibleAndrew Branson
2013-06-13Escape DNs in Path, so special characters can be used in PathAndrew Branson
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
2013-01-24LDAP search by property. Returns EntityPaths though.Andrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
2012-08-01LDAP properties: Integer port and support for generating secure adminAndrew Branson
2012-05-30Remove old top DN settings for compatibility with latest jldap libAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson