Class ClientSessionDetails
- java.lang.Object
-
- de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
-
- All Implemented Interfaces:
Serializable
public class ClientSessionDetails extends Object implements Serializable
These are the details for a ClientSessionFactory. You need this data to createSessionToken
. Take overtoken
to the session token. IfcallerUris
are set, take them over to every session token, too.- See Also:
ClientSessionFactory
,SessionToken
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<@NotBlank String,String>
addAttributes
@NotNull @Valid RichAgent
agent
List<@NotNull URI>
callerUris
@javax.validation.constraints.NotNull byte[]
token
-
Constructor Summary
Constructors Constructor Description ClientSessionDetails()
-