| Package | Description |
|---|---|
| de.aristaflow.adept2.base.sessionmanagement |
| Modifier and Type | Method and Description |
|---|---|
SignedSecurityToken |
SessionToken.getSecurityToken()
Gets the security token (signed) which identifies the user for this
session.
|
SignedSecurityToken |
SessionToken.getTopLevelSecurityToken()
Gets the security token (signed) of the top-level parent session token of
this session token.
|
| Modifier and Type | Method and Description |
|---|---|
SessionToken |
SessionFactory.getSubstituteSessionToken(SessionToken callerSession,
SignedSecurityToken substitutedToken)
Creates a new (top-level) session token for the designated caller session
with the designated security information for usage as substitute.
|
SessionToken |
SessionFactory.getSubstituteSessionToken(SessionToken callerSession,
SignedSecurityToken substitutedToken,
java.util.Map<java.lang.String,java.lang.String> additionalAttributes)
Creates a new (top-level) session token for the designated caller session
with the designated security information and the designated additional
attributes for usage as substitute.
|
SessionToken |
SessionFactory.unmarshalSessionToken(java.util.UUID sessionID,
SignedSecurityToken securityToken,
java.net.URI[] callingComponent,
java.util.Map<java.lang.String,java.lang.String> additionalAttributes)
Unmarshalls a top-level session token having the designated attributes.
|