| Package | Description |
|---|---|
| de.aristaflow.adept2.base.security | |
| de.aristaflow.adept2.base.sessionmanagement |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
SecurityManager.authenticatePrivileged(java.lang.String agentName,
long orgPositionID,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Identifies and authenticates a privileged agent (for instance a system component) by the
corresponding name and ID referring to the appropriate
QualifedAgent with the
designated authentication method providing the authentication method-specific data. |
SessionFactory |
GlobalSecurityManager.authenticatePrivileged(java.lang.String agentName,
long orgPositionID,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler,
de.aristaflow.adept2.model.communication.InjectedCommContext context)
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) with an
additional injected communication context. |
SessionFactory[] |
SecurityManager.authenticatePrivilegedCombined(java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, byte[], AFCallbackHandler) and
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) in one step. |
SessionFactory[] |
SecurityManager.authenticatePrivilegedCombined(java.lang.String agentName,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, String, byte[], AFCallbackHandler) and
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) in one step. |
SessionFactory[] |
GlobalSecurityManager.authenticatePrivilegedCombined(java.lang.String agentName,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler,
de.aristaflow.adept2.model.communication.InjectedCommContext context)
SecurityManager.authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler) with an
additional injected communication context. |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityTokenIntegrityException
A
SecurityTokenIntegrityException indicates that a security
token has no integrity. |