Class OutboundFlowsLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.profile.config.navigate.OutboundFlowsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,Collection<String>> ContextDataLookupFunction<ProfileRequestContext,Collection<String>>
public class OutboundFlowsLookupFunction
extends net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns
InterceptorAwareProfileConfiguration.getOutboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a
profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the
ProfileRequestContext.
If a specific setting is unavailable, no values are returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
OutboundFlowsLookupFunction
public OutboundFlowsLookupFunction()
-
-
Method Details
-
apply
@Nullable @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-