Capabilities |
This class provides constants for capabilities of security tokens.
|
QualifiedAgent |
A QualifiedAgent represents an agent (tuple) that has been
authenticated and provides all information the system needs for unique
identification.
|
RichAgent |
A RichAgent enhances a QualifiedAgent by providing
far more information and is therefore a "user-friendly" version of
a QualifiedAgent .
|
SessionLock |
Represents a reentrant read/write lock or exclusive lock based on session
token.
|
SessionLock.AbstractLockCount |
A LockCountManager counting session tokens with an equality based on the UUID
returned by a Function provided by subclasses.
|
SessionLock.ChildSessionIDLockCount |
A LockCountManager counting session tokens with an equality
based on child session IDs.
|
SessionLock.DownwardSubtreeLockCount |
A LockCountManager considering session tokens and their subsessions (but not vice
versa!)
|
SessionLock.SessionIdLockCount |
A LockCountManager counting session tokens with an equality based on their UUIDs
(of the corresponding top-level session token).
|
SessionLock.SessionTreePathLockCount |
Deprecated.
|
SessionLock.SubsessionLockCount |
Deprecated.
|
SessionLock.UpwardSubtreeLockCount |
A LockCountManager considering session tokens and their subsessions (but not vice
versa!)
|
SessionLock.UUIDLockCount |
Deprecated.
|
SignedSecurityToken |
A security token provides all security-relevant data.
|