Uses of Class
net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Packages that use ProfileInterceptorFlowDescriptor
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.
Context classes for IdP-specific information needed by profile actions.
Implementation of a profile interceptor flow which executes other flows.
-
Uses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.consent.flow.ar.impl
Subclasses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.consent.flow.ar.implModifier and TypeClassDescriptionclassDescriptor for an attribute release flow. -
Uses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.consent.flow.impl
Subclasses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.consent.flow.impl -
Uses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.consent.logic.impl
Classes in net.shibboleth.idp.consent.logic.impl with type parameters of type ProfileInterceptorFlowDescriptorModifier and TypeClassDescriptionclassFunction that returns a profile interceptor flow descriptor from a profile request context using a lookup strategy. -
Uses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as ProfileInterceptorFlowDescriptorModifier and TypeFieldDescriptionprivate ProfileInterceptorFlowDescriptorProfileInterceptorContext.attemptedFlowThe last flow attempted.Fields in net.shibboleth.idp.profile.context with type parameters of type ProfileInterceptorFlowDescriptorModifier and TypeFieldDescriptionprivate final Map<String,ProfileInterceptorFlowDescriptor> ProfileInterceptorContext.availableFlowsFlows that need to be executed.Methods in net.shibboleth.idp.profile.context that return ProfileInterceptorFlowDescriptorModifier and TypeMethodDescriptionProfileInterceptorContext.getAttemptedFlow()Get the last flow that was attempted.Methods in net.shibboleth.idp.profile.context that return types with arguments of type ProfileInterceptorFlowDescriptorModifier and TypeMethodDescriptionProfileInterceptorContext.getAvailableFlows()Get the flows that are available to be executed.Methods in net.shibboleth.idp.profile.context with parameters of type ProfileInterceptorFlowDescriptorModifier and TypeMethodDescriptionvoidProfileInterceptorContext.setAttemptedFlow(ProfileInterceptorFlowDescriptor flow) Set the last flow that was attempted. -
Uses of ProfileInterceptorFlowDescriptor in net.shibboleth.idp.profile.interceptor.impl
Fields in net.shibboleth.idp.profile.interceptor.impl declared as ProfileInterceptorFlowDescriptorModifier and TypeFieldDescriptionprivate ProfileInterceptorFlowDescriptorWriteProfileInterceptorResultToStorage.flowDescriptorFlow descriptor.Fields in net.shibboleth.idp.profile.interceptor.impl with type parameters of type ProfileInterceptorFlowDescriptorModifier and TypeFieldDescriptionPopulateProfileInterceptorContext.availableFlowsThe flows to make available for possible use.Methods in net.shibboleth.idp.profile.interceptor.impl that return ProfileInterceptorFlowDescriptorModifier and TypeMethodDescriptionprivate ProfileInterceptorFlowDescriptorSelectProfileInterceptorFlow.selectUnattemptedFlow(ProfileRequestContext profileRequestContext, ProfileInterceptorContext interceptorContext) Select the first potential flow not found in the completed flows collection, and that is applicable to the context.Method parameters in net.shibboleth.idp.profile.interceptor.impl with type arguments of type ProfileInterceptorFlowDescriptorModifier and TypeMethodDescriptionvoidPopulateProfileInterceptorContext.setAvailableFlows(Collection<ProfileInterceptorFlowDescriptor> flows) Set the flows available for possible use.Constructor parameters in net.shibboleth.idp.profile.interceptor.impl with type arguments of type ProfileInterceptorFlowDescriptorModifierConstructorDescriptionConstructor.