Class ClientSessionDetails
java.lang.Object
de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
- All Implemented Interfaces:
Serializable
These are the details for a ClientSessionFactory. You need this data to create
SessionToken. Take over token to the session token. If callerUris
are set, take them over to every session token, too.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull @Valid RichAgent@jakarta.validation.constraints.NotNull byte[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
agent
-
token
@NotNull public @jakarta.validation.constraints.NotNull byte[] token -
callerUris
-
addAttributes
-
-
Constructor Details
-
ClientSessionDetails
public ClientSessionDetails()
-