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 TypeClassDescriptionclassDescriptor 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 ConsentFlowDescriptorAbstractConsentAction.consentFlowDescriptorConsent 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.consentFlowDescriptorLookupStrategyConsent flow descriptor lookup strategy.IsConsentRequiredPredicate.consentFlowDescriptorLookupStrategyConsent flow descriptor lookup strategy.MessageSourceConsentFunction.consentFlowDescriptorLookupStrategyConsent flow descriptor lookup strategy.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type ConsentFlowDescriptorModifier and TypeMethodDescriptionvoidAttributeReleaseConsentFunction.setConsentFlowDescriptorLookupStrategy(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.voidIsConsentRequiredPredicate.setConsentFlowDescriptorLookupStrategy(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.voidMessageSourceConsentFunction.setConsentFlowDescriptorLookupStrategy(Function<ProfileRequestContext, ConsentFlowDescriptor> strategy) Set the consent flow descriptor lookup strategy.