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 overtokento the session token. IfcallerUrisare 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 RichAgentagentList<@NotNull URI>callerUris@javax.validation.constraints.NotNull byte[]token
-
Constructor Summary
Constructors Constructor Description ClientSessionDetails()
-