Uses of Class
net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
-
Packages that use ProfileInterceptorFlowDescriptor Package Description net.shibboleth.idp.profile.context 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 ProfileInterceptorFlowDescriptor Modifier and Type Field Description private ProfileInterceptorFlowDescriptorProfileInterceptorContext. attemptedFlowThe last flow attempted.Fields in net.shibboleth.idp.profile.context with type parameters of type ProfileInterceptorFlowDescriptor Modifier and Type Field Description private Map<String,ProfileInterceptorFlowDescriptor>ProfileInterceptorContext. availableFlowsFlows that need to be executed.Methods in net.shibboleth.idp.profile.context that return ProfileInterceptorFlowDescriptor Modifier and Type Method Description ProfileInterceptorFlowDescriptorProfileInterceptorContext. getAttemptedFlow()Get the last flow that was attempted.Methods in net.shibboleth.idp.profile.context that return types with arguments of type ProfileInterceptorFlowDescriptor Modifier and Type Method Description Map<String,ProfileInterceptorFlowDescriptor>ProfileInterceptorContext. getAvailableFlows()Get the flows that are available to be executed.Methods in net.shibboleth.idp.profile.context with parameters of type ProfileInterceptorFlowDescriptor Modifier and Type Method Description voidProfileInterceptorContext. setAttemptedFlow(ProfileInterceptorFlowDescriptor flow)Set the last flow that was attempted.
-