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.
|
org.forgerock.secrets.jwkset |
Secret store backend for retrieving keys from a local or remote JWK Set.
|
Modifier and Type | Method and Description |
---|---|
JwksStore |
JwksStoreService.configureJwksStore(String uid,
Duration cacheTimeout,
Duration cacheMissCacheTime,
URL jwkUrl)
Deprecated.
Use
JwksStoreService.configureJwksStore(String, Duration, Duration, URL, Clock) with an explicit clock. |
JwksStore |
JwksStoreService.configureJwksStore(String uid,
Duration cacheTimeout,
Duration cacheMissCacheTime,
URL jwkUrl,
Clock clock)
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. |
Constructor and Description |
---|
JwkSetSecretStore(JwksStore jwksStore)
Creates a secret store from a
JwksStore . |
JwkSetSecretStore(JwksStore jwksStore,
Options options)
Creates a secret store from a
JwksStore . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.