Uses of Class
de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken
Packages that use SignedSecurityToken
-
Uses of SignedSecurityToken in de.aristaflow.adept2.base.sessionmanagement
Methods in de.aristaflow.adept2.base.sessionmanagement that return SignedSecurityTokenModifier and TypeMethodDescriptionSessionToken.getSecurityToken()Gets the security token (signed) which identifies the user for this session.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 SignedSecurityTokenModifier and TypeMethodDescriptionSessionFactory.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.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.SessionFactory.unmarshalSessionToken(UUID sessionID, SignedSecurityToken securityToken, URI[] callingComponent, Map<String, String> additionalAttributes) Unmarshalls a top-level session token having the designated attributes.