All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractAttributePredicate |
Abstract base class for predicates operating on an AttributeContext.
|
| AbstractConditionalProfileConfiguration |
|
| AbstractProfileAction |
Base class for Spring-aware profile actions.
|
| AbstractProfileConfiguration |
|
| AbstractProfileInterceptorAction |
A base class for profile interceptor actions.
|
| AbstractProfileInterceptorResult |
Base class for profile interceptor results.
|
| AbstractRelyingPartyLookupFunction<ResultType> |
Abstract base class for a function that requires a RelyingPartyContext
obtained via a lookup function, by default a child of the ProfileRequestContext.
|
| AbstractRelyingPartyLookupFunction<ResultType> |
Abstract base class for a function that requires a ProfileRequestContext obtained
via a lookup function, by default the parent of the specified MessageContext, and
a RelyingPartyContext obtained via a lookup function, by default a child of the
aforementioned parent.
|
| AbstractRelyingPartyPredicate |
Base class for a predicate that evaluates a ProfileRequestContext and requires access to a
RelyingPartyContext.
|
| AbstractRelyingPartyPredicate |
Abstract base class for a predicate that evaluates a MessageContext
and which requires a RelyingPartyContext obtained via a lookup function,
by default a child of the InOutOperationContext
the parent of the specified MessageContext.
|
| ActionSupport |
Helper class for Action operations.
|
| AuditContext |
BaseContext containing information to preserve for auditing/logging.
|
| ClientTLSValidationConfigurationLookupFunction |
A function that returns a ClientTLSValidationConfiguration list by way of various lookup strategies.
|
| ConditionalProfileConfiguration |
|
| CriteriaRelyingPartyConfigurationResolver |
|
| DateAttributePredicate |
Provides a date/time matching predicate that compares a date-based attribute value against
current system time with optional offset.
|
| DecryptionConfigurationLookupFunction |
A function that returns a DecryptionConfiguration list by way of various lookup strategies.
|
| DetailedErrorsPredicate |
Predicate to determine whether a relying party should see detailed error information.
|
| DynamicAttributePredicate |
Predicate over an AttributeContext that derives the value(s) to match based
on one or more supplied Functions instead of static values.
|
| EncryptionConfigurationLookupFunction |
A function that returns a EncryptionConfiguration list using injected lookup strategies.
|
| ExternalInterceptor |
Public interface supporting external interceptor flows outside the webflow engine.
|
| ExternalInterceptorContext |
A context representing the state of an externalized interceptor flow.
|
| ExternalInterceptorException |
Exception indicating a problem with the external interceptor process.
|
| FlowDescriptor |
Marker interface for a descriptor for a webflow allowing managed injection of configuration settings.
|
| HttpClientSecurityConfigurationLookupFunction |
A MessageContext function that returns a HttpClientSecurityConfiguration list
by way of various lookup strategies.
|
| IdentifierGenerationStrategyLookupFunction |
A function that returns an IdentifierGenerationStrategy by way of a RelyingPartyContext
obtained via a lookup function, by default a child of the ProfileRequestContext.
|
| IdPAuditFields |
Constants to use for audit logging fields stored in an AuditContext.
|
| IdPEventIds |
IdP-specific constants to use for ProfileAction
EventContexts.
|
| InboundFlowsLookupFunction |
|
| MultiRelyingPartyContext |
BaseContext representing multiple relying parties involved in a request, usually a
subcontext of ProfileRequestContext.
|
| OutboundFlowsLookupFunction |
|
| ProfileConfiguration |
Represents the configuration of a particular communication profile.
|
| ProfileInterceptorContext |
A BaseContext which holds flows that are available to be executed, the last flow attempted, and any flow
result.
|
| ProfileInterceptorFlowDescriptor |
A descriptor for a profile interceptor flow.
|
| ProfileInterceptorResult |
Represents the result of a profile interceptor flow intended for storage by a
StorageService.
|
| RegexAttributePredicate |
Predicate that evaluates an AttributeContext and checks
a specific attribute for value(s) that match a regular expression.
|
| RelyingPartyConfiguration |
The configuration that applies to a given relying party.
|
| RelyingPartyConfigurationResolver |
|
| RelyingPartyContext |
BaseContext containing relying party specific information, usually a
subcontext of ProfileRequestContext.
|
| RelyingPartyContextLookupByCurrent |
|
| RelyingPartyContextLookupById |
|
| RelyingPartyContextLookupByLabel |
|
| RelyingPartyIdLookupFunction |
|
| RelyingPartyIdPredicate |
Predicate that evaluates a ProfileRequestContext by looking for a relying party ID
that matches one of a designated set, or a generic predicate.
|
| ResponderIdLookupFunction |
|
| ScriptedAction |
An action which calls out to a supplied script.
|
| ScriptedContextLookupFunction<T extends org.opensaml.messaging.context.BaseContext> |
A Function over a BaseContext
which calls out to a supplied script.
|
| ScriptedPredicate |
A Predicate which calls out to a supplied script.
|
| SecurityConfiguration |
Configuration for security behavior of profiles.
|
| SelfEncryptionConfigurationLookupFunction |
A function that returns a EncryptionConfiguration list intended for self-encryption cases.
|
| ServletRequestProfileRequestContextLookup |
Looks up the profile request context from a servlet request attribute.
|
| SignatureSigningConfigurationLookupFunction |
A MessageContext function that returns a SignatureSigningConfiguration list
by way of various lookup strategies.
|
| SignatureSigningConfigurationLookupFunction |
A function that returns a SignatureSigningConfiguration list by way of various lookup strategies.
|
| SignatureValidationConfigurationLookupFunction |
A MessageContext function that returns a SignatureValidationConfiguration list
by way of various lookup strategies.
|
| SignatureValidationConfigurationLookupFunction |
A function that returns a SignatureValidationConfiguration list by way of various lookup strategies.
|
| SimpleAttributePredicate |
Predicate that evaluates an AttributeContext and checks
for particular attribute/value pairs.
|
| SpringEventToViewLookupFunction |
A function that returns a view name to render based on a Spring Web Flow Event.
|
| SpringExpressionContextLookupFunction<T extends org.opensaml.messaging.context.BaseContext,U> |
A Function over a BaseContext
which calls out to a Spring Expression.
|
| SpringExpressionPredicate |
Predicate whose condition is defined by an Spring EL expression.
|
| SpringRequestContext |
A BaseContext which holds the Spring WebFlow RequestContext in which the
overall parent context is operating.
|
| SpringStatusMessageLookupFunction |
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.
|
| VerifiedProfilePredicate |
Predicate to determine whether a profile request is from a verified source.
|
| WebFlowCurrentEventLookupFunction |
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.
|
| WebflowRequestContextProfileRequestContextLookup |
A Function that extracts the ProfileRequestContext from the current Webflow conversation.
|