Package com.totvs.tjf.autoconfigure
Class JwksUriResolver
java.lang.Object
com.totvs.tjf.autoconfigure.JwksUriResolver
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JwksUriResolver
public JwksUriResolver()
-
-
Method Details
-
resolveJwksUri
@Cacheable(value="JwksUriResolverCache", key="#tokenIssuer", condition="#tokenIssuer != null") public String resolveJwksUri(String tokenIssuer, String token, Map<String, org.springframework.security.oauth2.jwt.JwtDecoder> decoders) throws org.springframework.security.oauth2.jwt.JwtException- Throws:
org.springframework.security.oauth2.jwt.JwtException
-