| Package | Description |
|---|---|
| org.forgerock.jaspi.modules.openid.helpers |
This package contains util classes used in the generation and
processing of Open ID Connect authentication verification resolvers.
|
| org.forgerock.jaspi.modules.openid.resolvers |
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
|
| Constructor and Description |
|---|
JWKSetParser(SimpleHTTPClient simpleHTTPClient)
Alternative constructor allowing the calling class to pass in an
already-configured
SimpleHTTPClient. |
JWKSetParser(SimpleHTTPClient simpleHTTPClient,
JWKLookup jwkLookup)
Alternative constructor allowing the calling class to pass in an
already-configured
SimpleHTTPClient. |
| Constructor and Description |
|---|
JWKOpenIdResolverImpl(String issuer,
URL jwkUrl,
SimpleHTTPClient httpClient)
Constructor using an already-created
SimpleHTTPClient. |
Copyright © 2016 ForgeRock AS. All Rights Reserved.