| Package | Description |
|---|---|
| net.shibboleth.idp.consent.context |
Context classes related to consent flows.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Consent> |
ConsentContext.currentConsents
Map of current consent extracted from user input and keyed by consent id.
|
private Map<String,Consent> |
ConsentContext.previousConsents
Map of previous consent read from storage and keyed by consent id.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Consent> |
ConsentContext.getCurrentConsents()
Get map of current consent extracted from user input and keyed by consent id.
|
Map<String,Consent> |
ConsentContext.getPreviousConsents()
Get map of previous consent read from storage and keyed by consent id.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.