Class SetSessionIdToResponseContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.Action

public class SetSessionIdToResponseContext extends AbstractOIDCResponseAction
Action that locates session id using configurable lookup strategy. Located session id is set to OIDCAuthenticationResponseContext.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
    • sessionIdLookupStrategy

      @Nonnull private Function<ProfileRequestContext,String> sessionIdLookupStrategy
      Strategy used to obtain the session identifier.
  • Constructor Details

    • SetSessionIdToResponseContext

      public SetSessionIdToResponseContext()
      Constructor.
  • Method Details