Class SetAuthenticationTimeToResponseContext

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 SetAuthenticationTimeToResponseContext extends AbstractOIDCResponseAction
Action that sets authentication instant to work context OIDCAuthenticationResponseContext located under InOutOperationContext.getOutboundMessageContext().
  • Field Details

    • log

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

      @Nonnull private Function<ProfileRequestContext,Instant> authTimeLookupStrategy
      Strategy used to obtain the requested claims of request.
  • Constructor Details

    • SetAuthenticationTimeToResponseContext

      public SetAuthenticationTimeToResponseContext()
      Constructor.
  • Method Details