Class PostAuthenticationFlowsLookupFunction
java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.authn.config.navigate.PostAuthenticationFlowsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,
,Collection<String>> ContextDataLookupFunction<ProfileRequestContext,
Collection<String>>
public class PostAuthenticationFlowsLookupFunction
extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns
AuthenticationProfileConfiguration.getPostAuthenticationFlows(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.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
PostAuthenticationFlowsLookupFunction
public PostAuthenticationFlowsLookupFunction()
-
-
Method Details
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-