Uses of Class
net.shibboleth.idp.consent.flow.impl.AbstractConsentAction
-
Packages that use AbstractConsentAction Package Description net.shibboleth.idp.consent.flow.ar.impl Actions and flow descriptors related to attribute release consent.net.shibboleth.idp.consent.flow.impl Actions and flow descriptors related to consent.net.shibboleth.idp.consent.flow.storage.impl 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.impl Modifier and Type Class Description classAbstractAttributeReleaseActionBase class for attribute release consent actions.classPopulateAttributeReleaseContextAttribute consent action to populate the attribute consent context with the attributes for which consent should be obtained.classReleaseAttributesAttribute consent action which constrains the attributes released to those consented to. -
Uses of AbstractConsentAction in net.shibboleth.idp.consent.flow.impl
Subclasses of AbstractConsentAction in net.shibboleth.idp.consent.flow.impl Modifier and Type Class Description classExtractConsentConsent action which extracts user input and updates current consent objects in the consent context accordingly.classPopulateConsentContextConsent 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.impl Modifier and Type Class Description classAbstractConsentIndexedStorageActionBase class for consent actions which write to aStorageService.classAbstractConsentStorageActionBase class for consent actions which interact with aStorageService.classCreateGlobalConsentResultConsent action to create a consent result representing global consent to be stored in a storage service.classCreateResultConsent action to create a consent result representing the result of a consent flow.classReadConsentFromStorageConsent action which reads consent records from storage and adds the serialized consent records to the consent context as previous consents.classRevokeConsentConsent action which deletes a consent record from storage.classUpdateCounterConsent action which maintains a storage record whose value is the current time in milliseconds.
-