Class ConsentResult

All Implemented Interfaces:
ProfileInterceptorResult, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class ConsentResult extends AbstractProfileInterceptorResult
The result of a consent flow, suitable for storage.
  • Constructor Details

    • ConsentResult

      public ConsentResult(@Nonnull @NotEmpty String context, @Nonnull @NotEmpty String key, @Nonnull @NotEmpty String value, @Nullable Instant expiration)
      Constructor.
      Parameters:
      context - storage context
      key - storage key
      value - storage value
      expiration - storage expiration
  • Method Details