Class Capabilities
java.lang.Object
de.aristaflow.adept2.base.sessionmanagement.Capabilities
This class provides constants for capabilities of security tokens. The
capabilities will be set when creating the security token for an agent in the
logon procedure.
- Author:
- UlrichKreher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe security token stems from an agent having a local system role.static final StringThe security token stems from an agent having the supervisor role which is for human users having nearly all privileges in the system.static final StringThe security token stems from an agent having the system role which is for system components needing a session factory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYSTEM_ROLE
The security token stems from an agent having the system role which is for system components needing a session factory.- See Also:
-
SUPERVISOR_ROLE
The security token stems from an agent having the supervisor role which is for human users having nearly all privileges in the system.- See Also:
-
LOCAL_SYSTEM_ROLE
The security token stems from an agent having a local system role. This is for system components that are started before the global security manager in the bootstrapping procedure. Such a security token only has the system role with regard to the local bootstrapping; it is not authenticated asglobal system.- See Also:
-
-
Constructor Details
-
Capabilities
public Capabilities()
-