Class ReadConsentFromStorage

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

public class ReadConsentFromStorage extends AbstractConsentStorageAction
Consent action which reads consent records from storage and adds the serialized consent records to the consent context as previous consents.
Event:
EventIds.PROCEED_EVENT_ID
  • Field Details

    • log

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

    • ReadConsentFromStorage

      public ReadConsentFromStorage()
  • Method Details