Uses of Class
org.forgerock.oauth.resolvers.JWKOpenIdResolverImpl
-
Packages that use JWKOpenIdResolverImpl Package Description org.forgerock.oauth.resolvers 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
Methods in org.forgerock.oauth.resolvers that return JWKOpenIdResolverImpl Modifier and Type Method Description JWKOpenIdResolverImpl
WellKnownOpenIdConfigurationFactory. build(String configuredIssuer, URL configUrl)
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.JWKOpenIdResolverImpl
WellKnownOpenIdConfigurationFactory. build(BiPredicate<String,String> issuerComparator, String configuredIssuer, URL configUrl)
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.Methods in org.forgerock.oauth.resolvers that return types with arguments of type JWKOpenIdResolverImpl Modifier and Type Method Description Promise<JWKOpenIdResolverImpl,FailedToLoadJWKException>
WellKnownOpenIdConfigurationFactory. buildAsync(String configuredIssuer, URL configUrl)
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.Promise<JWKOpenIdResolverImpl,FailedToLoadJWKException>
WellKnownOpenIdConfigurationFactory. buildAsync(BiPredicate<String,String> issuerComparator, String configuredIssuer, URL configUrl)
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.
-