Uses of Class
org.forgerock.oauth.resolvers.JWKOpenIdResolverImpl
Package
Description
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
-
Uses of JWKOpenIdResolverImpl in org.forgerock.oauth.resolvers
Modifier and TypeMethodDescriptionReturns a JWKOpenIdResolverImpl representing the contents of the supplied URL.WellKnownOpenIdConfigurationFactory.build
(BiPredicate<String, String> issuerComparator, String configuredIssuer, URL configUrl) Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.Modifier and TypeMethodDescriptionWellKnownOpenIdConfigurationFactory.buildAsync
(String configuredIssuer, URL configUrl) Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.WellKnownOpenIdConfigurationFactory.buildAsync
(BiPredicate<String, String> issuerComparator, String configuredIssuer, URL configUrl) Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.