Uses of Class
net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageAction
Packages that use AbstractConsentStorageAction
Package
Description
Actions related to consent storage.
-
Uses of AbstractConsentStorageAction in net.shibboleth.idp.consent.flow.storage.impl
Subclasses of AbstractConsentStorageAction in net.shibboleth.idp.consent.flow.storage.implModifier and TypeClassDescriptionclassBase class for consent actions which write to aStorageService.classConsent action to create a consent result representing global consent to be stored in a storage service.classConsent action to create a consent result representing the result of a consent flow.classConsent action which reads consent records from storage and adds the serialized consent records to the consent context as previous consents.classConsent action which deletes a consent record from storage.classConsent action which maintains a storage record whose value is the current time in milliseconds.