Class UseTargetedEndpointAsJWTAudienceLookupFunction
java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.oidc.profile.config.navigate.UseTargetedEndpointAsJWTAudienceLookupFunction
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
A predicate that returns
OAuth2ClientAuthenticableClientProfileConfiguration.isUseTargetedEndpointAsJWTAudience(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 false value is returned.
- Since:
- 3.3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
UseTargetedEndpointAsJWTAudienceLookupFunction
public UseTargetedEndpointAsJWTAudienceLookupFunction()
-
-
Method Details
-
test
-