Class InitializeConsentContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class InitializeConsentContext extends AbstractProfileInterceptorAction
Action that creates a ConsentContext and attaches it to the current ProfileRequestContext.
Event:
EventIds.PROCEED_EVENT_ID
Postcondition:
See above.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • InitializeConsentContext

      public InitializeConsentContext()
  • Method Details