Class OutboundFlowsLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.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 AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returnsProfileConfiguration.getOutboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, no values are returned.
-
-
Constructor Summary
Constructors Constructor Description OutboundFlowsLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>apply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-
-