Uses of Class
net.shibboleth.idp.consent.flow.impl.AbstractConsentAction
Packages that use AbstractConsentAction
Package
Description
Actions and flow descriptors related to attribute release consent.
Actions and flow descriptors related to consent.
Actions related to consent storage.
-
Uses of AbstractConsentAction in net.shibboleth.idp.consent.flow.ar.impl
Subclasses of AbstractConsentAction in net.shibboleth.idp.consent.flow.ar.implModifier and TypeClassDescriptionclassBase class for attribute release consent actions.classAttribute consent action to populate the attribute consent context with the attributes for which consent should be obtained.classAttribute consent action which constrains the attributes released to those consented to.classConsent action which validates extracted user input when per-attribute consent is not enabled. -
Uses of AbstractConsentAction in net.shibboleth.idp.consent.flow.impl
Subclasses of AbstractConsentAction in net.shibboleth.idp.consent.flow.implModifier and TypeClassDescriptionclassConsent action which extracts user input and updates current consent objects in the consent context accordingly.classConsent action which populates the current consents of a consent context with the output value of a function whose input value is a profile request context. -
Uses of AbstractConsentAction in net.shibboleth.idp.consent.flow.storage.impl
Subclasses of AbstractConsentAction in net.shibboleth.idp.consent.flow.storage.implModifier and TypeClassDescriptionclassBase class for consent actions which write to aStorageService.classBase class for consent actions which interact with 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.