-
Terminally Deprecated ElementsElementDescriptionUse
JwkSetFetcher.fetch(String, String)instead.Not used.ReactiveJwksSignatureused instead.UseJwksSignature.loadJwkSet(String, String)instead.Not used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeNot used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeNot used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeUseReactiveJsonWebTokenValidatorinstead.UseJsonWebTokenValidatororReactiveJsonWebTokenValidatorinstead.
-
Deprecated ClassesClassDescriptionNot used.
ReactiveJwksSignatureused instead.UseReactiveJsonWebTokenValidatorinstead.UseJsonWebTokenValidatororReactiveJsonWebTokenValidatorinstead.
-
Deprecated MethodsMethodDescriptionUse
JwkSetFetcher.fetch(String, String)instead.UseJwksSignature.loadJwkSet(String, String)instead.Not used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeNot used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeNot used. JWKS is cached via Micronaut Cache. You need an implementation of Micronaut Cache and the cache configuration micronaut.caches.jwks.expire-after-writeUseAbstractTokenAuthenticationFactory.usernameForClaims(io.micronaut.security.token.Claims)instead.
-
Deprecated ConstructorsConstructorDescription
DefaultJwkSetFetcher(io.micronaut.security.token.jwt.signature.jwks.JwksClient)instead.