Class SessionToken
java.lang.Object
de.aristaflow.ilm.base.sessionmanagement.Session
de.aristaflow.ilm.base.sessionmanagement.SessionToken
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@jakarta.validation.constraints.NotNull byte[]Set this to theClientSessionDetails.tokenretrieved from authentication for each user separately.Fields inherited from class de.aristaflow.ilm.base.sessionmanagement.Session
attributes, callerUris, parentSession, sessionId, subClass -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
token
@NotNull public @jakarta.validation.constraints.NotNull byte[] tokenSet this to theClientSessionDetails.tokenretrieved from authentication for each user separately.
-
-
Constructor Details
-
SessionToken
public SessionToken()
-