Package | Description |
---|---|
org.forgerock.json.jose.jwk.store |
This package contains classes to manage a JWKs URI.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JwksStore |
JwksStoreService.configureJwksStore(String uid,
Duration cacheTimeout,
Duration cacheMissCacheTime,
URL jwkUrl)
Configure a JWKs store.
|
JwksStore |
JwksStoreService.getJwksStore(String uid)
Returns the appropriate JWKs store.
|
Constructor and Description |
---|
JWKOpenIdResolverImpl(String issuer,
JwksStore jwksStore)
Constructor using provided timeout values to generate the
SimpleHTTPClient used for communicating over HTTP. |
Copyright © 2010-2020, ForgeRock All Rights Reserved.