All Classes and Interfaces

Class
Description
Base class for InterceptorAwareProfileConfiguration implementations.
Base class for Spring-aware profile actions.
A base class for profile interceptor actions.
Base class for profile interceptor results.
Helper class for Action operations.
Deprecated, for removal: This API element is subject to removal in a future version. 
Deprecated, for removal: This API element is subject to removal in a future version. 
Public interface supporting external interceptor flows outside the webflow engine.
A context representing the state of an externalized interceptor flow.
Exception indicating a problem with the external interceptor process.
Marker interface for a descriptor for a webflow allowing managed injection of configuration settings.
Constants to use for audit logging fields stored in an AuditContext.
IdP-specific constants to use for ProfileAction EventContexts.
A function that returns InterceptorAwareProfileConfiguration.getInboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
Extension of ProfileConfiguration that adds inteceptor support.
Dedicated bean used to log flow exceptions, to get around issues with Spring Expressions referencing class objects under certain conditions that are so far not understood.
Deprecated, for removal: This API element is subject to removal in a future version. 
BaseContext representing multiple relying parties involved in a request, usually a subcontext of ProfileRequestContext.
A function that returns InterceptorAwareProfileConfiguration.getOutboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A BaseContext which holds flows that are available to be executed, the last flow attempted, and any flow result.
A descriptor for a profile interceptor flow.
Represents the result of a profile interceptor flow intended for storage by a StorageService.
Deprecated, for removal: This API element is subject to removal in a future version. 
A BiFunction that returns a RelyingPartyContext based on ID.
A function that returns a collection of RelyingPartyContexts based on a label.
An action which calls out to a supplied script.
Deprecated, for removal: This API element is subject to removal in a future version. 
Deprecated, for removal: This API element is subject to removal in a future version. 
A function that returns a view name to render based on a Spring Web Flow Event.
Deprecated, for removal: This API element is subject to removal in a future version. 
A lookup function that fetches a SWF flow scope parameters.
A BaseContext which holds the Spring WebFlow RequestContext in which the overall parent context is operating.
A function that returns a status message to include, if any, in a SAML response based on the current profile request context state, using Spring's MessageSource functionality.
A Function that checks for cases in which the webflow's current event is not reflected by an attached EventContext and compensates, along with returning a suitably populated context.
A Function that extracts the ProfileRequestContext from the current Webflow conversation.