Class ReadConsentFromStorage

  • All Implemented Interfaces:
    net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.InitializableComponent, org.opensaml.profile.action.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 Detail

      • log

        @Nonnull
        private final Logger log
        Class logger.
    • Constructor Detail

      • ReadConsentFromStorage

        public ReadConsentFromStorage()
    • Method Detail

      • doExecute

        protected void doExecute​(@Nonnull
                                 org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
                                 @Nonnull
                                 net.shibboleth.idp.profile.context.ProfileInterceptorContext interceptorContext)
        Overrides:
        doExecute in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction