Uses of Class
de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken
-
Packages that use SignedSecurityToken Package Description de.aristaflow.adept2.base.sessionmanagement -
-
Uses of SignedSecurityToken in de.aristaflow.adept2.base.sessionmanagement
Methods in de.aristaflow.adept2.base.sessionmanagement that return SignedSecurityToken Modifier and Type Method 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.Methods in de.aristaflow.adept2.base.sessionmanagement with parameters of type SignedSecurityToken Modifier and Type Method 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, Map<String,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(UUID sessionID, SignedSecurityToken securityToken, URI[] callingComponent, Map<String,String> additionalAttributes)
Unmarshalls a top-level session token having the designated attributes.
-