Uses of Class
org.forgerock.json.jose.jwk.JWKSetParser
-
Packages that use JWKSetParser Package Description org.forgerock.json.jose.jwk.store This package contains classes to manage a JWKs URI. -
-
Uses of JWKSetParser in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store with parameters of type JWKSetParser Modifier and Type Method Description static Promise<JwksStore,FailedToLoadJWKException>
JwksStore. newJwksStore(Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, JWKSetParser jwkSetParser, Clock clock)
Create a new JWKs store asynchronously.Constructors in org.forgerock.json.jose.jwk.store with parameters of type JWKSetParser Constructor Description JwksStore(Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, JWKSetParser jwkSetParser, Clock clock)
Deprecated.It is recommended to useJwksStore.newJwksStore(Duration, Duration, URL, JWKSetParser, Clock)
.
-