public class ConsentContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Map<String,Consent> |
currentConsents
Map of current consent extracted from user input and keyed by consent id.
|
private Map<String,Consent> |
previousConsents
Map of previous consent read from storage and keyed by consent id.
|
| Constructor and Description |
|---|
ConsentContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Consent> |
getCurrentConsents()
Get map of current consent extracted from user input and keyed by consent id.
|
Map<String,Consent> |
getPreviousConsents()
Get map of previous consent read from storage and keyed by consent id.
|
String |
toString() |
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nonnull @NonnullElements @Live private Map<String,Consent> previousConsents
@Nonnull @NonnullElements @Live public Map<String,Consent> getCurrentConsents()
@Nonnull @NonnullElements @Live public Map<String,Consent> getPreviousConsents()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.