Package net.shibboleth.idp.profile.context.navigate
package net.shibboleth.idp.profile.context.navigate
Functions dealing with traversing and extracting data from profile request contexts.
-
ClassesClassDescriptionAbstractRelyingPartyLookupFunction<ResultType>Abstract base class for a function that requires a
RelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsMultiRelyingPartyContext.getCurrentRelyingPartyContext().A function that returns aRelyingPartyContextbased on ID.A function that returns a collection ofRelyingPartyContexts based on a label.A function that returnsRelyingPartyContext.getRelyingPartyId()from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsRelyingPartyConfiguration.getResponderId(org.opensaml.profile.context.ProfileRequestContext)() if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.ScriptedContextLookupFunction<T extends BaseContext>AFunctionover aBaseContextwhich calls out to a supplied script.Looks up the profile request context from a servlet request attribute.A function that returns a view name to render based on a Spring Web FlowEvent.AFunctionover aBaseContextwhich calls out to a Spring Expression.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'sMessageSourcefunctionality.AFunctionthat checks for cases in which the webflow's current event is not reflected by an attachedEventContextand compensates, along with returning a suitably populated context.AFunctionthat extracts theProfileRequestContextfrom the current Webflow conversation.