Class ConsentManagementContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.consent.context.ConsentManagementContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context representing signals to consent flows for managing their state.
This context acts as a public interface between other flows and flows that implement consent-related functionality.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanWhether to revoke consent previously granted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet whether consent should be revoked.setRevokeConsent(boolean flag) Set whether consent should be revoked.toString()Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
revokeConsent
private boolean revokeConsentWhether to revoke consent previously granted.
-
-
Constructor Details
-
ConsentManagementContext
public ConsentManagementContext()Constructor.
-
-
Method Details