Class CrestSessionService.Builder

    • Method Detail

      • sessionProperties

        public CrestSessionService.Builder sessionProperties​(Set<String> sessionProperties)
        Set the session properties on this Builder. These will be transformed in to properties before being used in the sessionInfo request.
        Parameters:
        sessionProperties - The session properties to request from the session info endpoint.
        Returns:
        this Builder
      • sessionCaching

        public CrestSessionService.Builder sessionCaching​(boolean sessionCaching)
        Setting this to true indicates that session caching is enabled.
        Parameters:
        sessionCaching - Set to true to indicate that session caching is enabled.
        Returns:
        this Builder