Class ConsentResult

  • All Implemented Interfaces:
    net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult, net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.IdentifiableComponent, net.shibboleth.utilities.java.support.component.IdentifiedComponent, net.shibboleth.utilities.java.support.component.InitializableComponent

    public class ConsentResult
    extends net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
    The result of a consent flow, suitable for storage.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()
      • Methods inherited from class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult

        getStorageContext, getStorageExpiration, getStorageKey, getStorageValue
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent

        setId
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent

        doInitialize, getId
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

        destroy, doDestroy, initialize, isDestroyed, isInitialized
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent

        getId
    • Constructor Detail

      • 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