See: Description
| Class | Description |
|---|---|
| AbstractRelyingPartyLookupFunction<ResultType> |
Abstract base class for a function that requires a
RelyingPartyContext
obtained via a lookup function, by default a child of the ProfileRequestContext. |
| RelyingPartyContextLookupByCurrent |
A function that returns
MultiRelyingPartyContext.getCurrentRelyingPartyContext(). |
| RelyingPartyContextLookupById |
A function that returns a
RelyingPartyContext based on ID. |
| RelyingPartyContextLookupByLabel |
A function that returns a collection of
RelyingPartyContexts based on a label. |
| RelyingPartyIdLookupFunction |
A function that returns
RelyingPartyContext.getRelyingPartyId() from a
RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext. |
| ResponderIdLookupFunction |
A function that returns
RelyingPartyConfiguration.getResponderId() if
available from a RelyingPartyContext obtained via a lookup function, by default a child of the
ProfileRequestContext. |
| ScriptedContextLookupFunction<T extends org.opensaml.messaging.context.BaseContext> |
A
Function over a BaseContext which calls out to a supplied script. |
| SpringEventToViewLookupFunction |
A function that returns a view name to render based on a Spring Web Flow
Event. |
| 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. |
| 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. |
Copyright © 1999–2014. All rights reserved.