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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
Whether to revoke consent previously granted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get 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, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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