Package net.shibboleth.profile.context.navigate
@NonnullElements
package net.shibboleth.profile.context.navigate
Context lookup functions that navigate profile 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 returnsRelyingPartyConfiguration.getIssuer(org.opensaml.profile.context.ProfileRequestContext)() if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsRelyingPartyContext.getRelyingPartyId()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.AFunctionover aBaseContextwhich calls out to a Spring Expression.