Uses of Class
net.shibboleth.idp.consent.Consent
Packages that use Consent
Package
Description
Context classes related to consent flows.
Actions and flow descriptors related to consent.
Actions related to consent storage.
Predicates and functions related to attribute consent.
Storage and serialization classes related to attribute 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.currentConsents
Map of current consent extracted from user input and keyed by consent id.ConsentContext.previousConsents
Map 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. -
Uses of Consent in net.shibboleth.idp.consent.flow.impl
Fields in net.shibboleth.idp.consent.flow.impl with type parameters of type ConsentModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,
Map<String, Consent>> PopulateConsentContext.function
Function which returns the current consents.Constructor parameters in net.shibboleth.idp.consent.flow.impl with type arguments of type ConsentModifierConstructorDescriptionPopulateConsentContext
(Function<ProfileRequestContext, Map<String, Consent>> currentConsentsFunction) Constructor. -
Uses of Consent in net.shibboleth.idp.consent.flow.storage.impl
Fields in net.shibboleth.idp.consent.flow.storage.impl with type parameters of type ConsentModifier and TypeFieldDescriptionprivate StorageSerializer<Map<String,
Consent>> AbstractConsentStorageAction.storageSerializer
Storage serializer.Methods in net.shibboleth.idp.consent.flow.storage.impl that return types with arguments of type ConsentModifier and TypeMethodDescriptionAbstractConsentStorageAction.getStorageSerializer()
Get the storage serializer.Method parameters in net.shibboleth.idp.consent.flow.storage.impl with type arguments of type ConsentModifier and TypeMethodDescriptionvoid
AbstractConsentStorageAction.setStorageSerializer
(StorageSerializer<Map<String, Consent>> serializer) Set the storage serializer. -
Uses of Consent in net.shibboleth.idp.consent.logic.impl
Methods in net.shibboleth.idp.consent.logic.impl that return types with arguments of type ConsentModifier and TypeMethodDescriptionAttributeReleaseConsentFunction.apply
(ProfileRequestContext input) MessageSourceConsentFunction.apply
(ProfileRequestContext input) -
Uses of Consent in net.shibboleth.idp.consent.storage.impl
Methods in net.shibboleth.idp.consent.storage.impl that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentSerializer.deserialize
(long version, String context, String key, String value, Long expiration) Method parameters in net.shibboleth.idp.consent.storage.impl with type arguments of type Consent