Class CreateGlobalConsentResult

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

public class CreateGlobalConsentResult extends AbstractConsentIndexedStorageAction
Consent action to create a consent result representing global consent to be stored in a storage service. Global consent is represented by a consent object whose ID is the wildcard character, Consent.WILDCARD.
Event:
EventIds.PROCEED_EVENT_ID
Postcondition:
See above.
  • Field Details

    • log

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

    • CreateGlobalConsentResult

      public CreateGlobalConsentResult()
  • Method Details