| Age | Commit message (Collapse) | Author |
|
|
|
Collection. New steps will be added to create fixed versions as needed.
|
|
plain UUIDs and an /entity prefix. Tightened that up and removed the
fromUUIDString method for a simpler API. Also switched AgentPath(String)
to a path argument for consistency. New AgentPaths should be created
with AgentPath(new ItemPath(), String) instead.
|
|
constructor protected to better handle ItemPath and AgentPath
construction with String UUIDs, throwing the right exceptions.
|
|
ItemPath objects are now used to identify Items throughout the kernel,
replacing ints and Integers.
|
|
present in a server process. This stops clients trying to write to the
directory without relying on their permissions.
|
|
behind interfaces: Authenticator, Lookup and NextKeyManager (LDAP
property storage was already a ClusterStorage). Gateway holds additional
objects, and
Fixes #26 #191. Refs #27 (needs additional work for read perms and auth
tokens)
|
|
old 'Entity' superclasses should be removed, including proxies and
paths. Very large change, breaks API compatibility with CRISTAL 2.x.
Fixes #135
|
|
CastorXMLUtility is now a static member of gateway. Domain specific
instances can be used by domain applications, but the maps do not
interfere with the kernel.
|
|
|