Uses of Class
net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor
Packages that use ConsentFlowDescriptor
Package
Description
Actions and flow descriptors related to attribute release consent.
Actions and flow descriptors related to consent.
Predicates and functions related to attribute consent.
-
Uses of ConsentFlowDescriptor in net.shibboleth.idp.consent.flow.ar.impl
Subclasses of ConsentFlowDescriptor in net.shibboleth.idp.consent.flow.ar.implModifier and TypeClassDescriptionclass
Descriptor for an attribute release flow. -
Uses of ConsentFlowDescriptor in net.shibboleth.idp.consent.flow.impl
Fields in net.shibboleth.idp.consent.flow.impl declared as ConsentFlowDescriptorModifier and TypeFieldDescriptionprivate ConsentFlowDescriptor
AbstractConsentAction.consentFlowDescriptor
Consent flow descriptor.Methods in net.shibboleth.idp.consent.flow.impl that return ConsentFlowDescriptorModifier and TypeMethodDescriptionAbstractConsentAction.getConsentFlowDescriptor()
Get the consent flow descriptor. -
Uses of ConsentFlowDescriptor in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type ConsentFlowDescriptorModifier and TypeFieldDescriptionAttributeReleaseConsentFunction.consentFlowDescriptorLookupStrategy
Consent flow descriptor lookup strategy.IsConsentRequiredPredicate.consentFlowDescriptorLookupStrategy
Consent flow descriptor lookup strategy.MessageSourceConsentFunction.consentFlowDescriptorLookupStrategy
Consent flow descriptor lookup strategy.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type ConsentFlowDescriptorModifier and TypeMethodDescriptionvoid
AttributeReleaseConsentFunction.setConsentFlowDescriptorLookupStrategy
(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.void
IsConsentRequiredPredicate.setConsentFlowDescriptorLookupStrategy
(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.void
MessageSourceConsentFunction.setConsentFlowDescriptorLookupStrategy
(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.