Package net.shibboleth.idp.profile.context.navigate
Functions dealing with traversing and extracting data from profile request contexts.
-
Class Summary Class Description AbstractRelyingPartyLookupFunction<ResultType> Abstract base class for a function that requires aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.RelyingPartyContextLookupByCurrent A function that returnsMultiRelyingPartyContext.getCurrentRelyingPartyContext().RelyingPartyContextLookupById A function that returns aRelyingPartyContextbased on ID.RelyingPartyContextLookupByLabel A function that returns a collection ofRelyingPartyContexts based on a label.RelyingPartyIdLookupFunction A function that returnsRelyingPartyContext.getRelyingPartyId()from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.ResponderIdLookupFunction 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.ServletRequestProfileRequestContextLookup Looks up the profile request context from a servlet request attribute.SpringEventToViewLookupFunction A function that returns a view name to render based on a Spring Web FlowEvent.SpringExpressionContextLookupFunction<T extends BaseContext,U> AFunctionover aBaseContextwhich calls out to a Spring Expression.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'sMessageSourcefunctionality.WebFlowCurrentEventLookupFunction 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.WebflowRequestContextProfileRequestContextLookup AFunctionthat extracts theProfileRequestContextfrom the current Webflow conversation.