Class ResponseModesLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Set<String>>
net.shibboleth.oidc.profile.config.navigate.ResponseModesLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,Set<String>> ContextDataLookupFunction<ProfileRequestContext,Set<String>>
A function that returns
OAuth2AuthorizationProfileConfiguration.getResponseModes(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, a null value is returned.
- Since:
- 3.1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
ResponseModesLookupFunction
public ResponseModesLookupFunction()
-
-
Method Details
-
apply
-