Class SessionToken
- java.lang.Object
-
- de.aristaflow.ilm.base.sessionmanagement.Session
-
- de.aristaflow.ilm.base.sessionmanagement.SessionToken
-
- All Implemented Interfaces:
Serializable
public class SessionToken extends Session
- See Also:
SessionToken
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @javax.validation.constraints.NotNull byte[]
token
Set this to theClientSessionDetails.token
retrieved from authentication for each user separately.-
Fields inherited from class de.aristaflow.ilm.base.sessionmanagement.Session
attributes, callerUris, parentSession, sessionId, subClass
-
-
Constructor Summary
Constructors Constructor Description SessionToken()
-
-
-
Field Detail
-
token
@NotNull public @javax.validation.constraints.NotNull byte[] token
Set this to theClientSessionDetails.token
retrieved from authentication for each user separately.
-
-