Class CreateGlobalConsentResult

  • 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 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 Detail

      • log

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

      • CreateGlobalConsentResult

        public CreateGlobalConsentResult()
    • 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