Uses of Class
net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Packages that use ProfileInterceptorFlowDescriptor
Package
Description
Context classes for IdP-specific information needed by profile actions.
-
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.