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 create SessionToken. Take over token to the session token. If callerUris are set, take them over to every session token, too.
See Also:
  • Field Details

    • agent

      @NotNull @Valid public @NotNull @Valid RichAgent agent
    • token

      @NotNull public @jakarta.validation.constraints.NotNull byte[] token
    • callerUris

      public List<@NotNull URI> callerUris
    • addAttributes

      public Map<@NotBlank String,String> addAttributes
  • Constructor Details

    • ClientSessionDetails

      public ClientSessionDetails()