public class ConsentManagementContext
extends org.opensaml.messaging.context.BaseContext
This context acts as a public interface between other flows and flows that implement consent-related functionality.
| Modifier and Type | Field and Description |
|---|---|
private boolean |
revokeConsent
Whether to revoke consent previously granted.
|
| Constructor and Description |
|---|
ConsentManagementContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRevokeConsent()
Get whether consent should be revoked.
|
ConsentManagementContext |
setRevokeConsent(boolean flag)
Set whether consent should be revoked.
|
String |
toString() |
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate boolean revokeConsent
public boolean getRevokeConsent()
@Nonnull public ConsentManagementContext setRevokeConsent(boolean flag)
flag - flag to setCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.