Uses of Class
net.shibboleth.idp.consent.Consent
Packages that use Consent
-
Uses of Consent in net.shibboleth.idp.consent.context
Fields in net.shibboleth.idp.consent.context with type parameters of type ConsentModifier and TypeFieldDescriptionConsentContext.currentConsentsMap of current consent extracted from user input and keyed by consent id.ConsentContext.previousConsentsMap of previous consent read from storage and keyed by consent id.Methods in net.shibboleth.idp.consent.context that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentContext.getCurrentConsents()Get map of current consent extracted from user input and keyed by consent id.ConsentContext.getPreviousConsents()Get map of previous consent read from storage and keyed by consent id.