Class InboundFlowsLookupFunction
java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.profile.config.navigate.InboundFlowsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,Collection<String>>
,ContextDataLookupFunction<ProfileRequestContext,Collection<String>>
public class InboundFlowsLookupFunction extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns
ProfileConfiguration.getInboundInterceptorFlows(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 Constructor Description InboundFlowsLookupFunction()
-
Method Summary
Modifier and Type Method Description Collection<String>
apply(ProfileRequestContext input)
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
InboundFlowsLookupFunction
public InboundFlowsLookupFunction()
-
-
Method Details
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-