Package com.totvs.tjf.autoconfigure
Class MultipleJwtDecoder
java.lang.Object
com.totvs.tjf.autoconfigure.MultipleJwtDecoder
- All Implemented Interfaces:
org.springframework.security.oauth2.jwt.JwtDecoder
public class MultipleJwtDecoder
extends Object
implements org.springframework.security.oauth2.jwt.JwtDecoder
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleJwtDecoder
(String jwkSetUri, Set<String> jwkUris, JwksUriResolver jwksUriResolver) MultipleJwtDecoder
(String jwkSetUri, Set<String> jwkUris, Long jwksCacheTime, JwksUriResolver jwksUriResolver) -
Method Summary
-
Constructor Details
-
MultipleJwtDecoder
public MultipleJwtDecoder(String jwkSetUri, Set<String> jwkUris, Long jwksCacheTime, JwksUriResolver jwksUriResolver) -
MultipleJwtDecoder
-
-
Method Details
-
decode
public org.springframework.security.oauth2.jwt.Jwt decode(String token) throws org.springframework.security.oauth2.jwt.JwtException - Specified by:
decode
in interfaceorg.springframework.security.oauth2.jwt.JwtDecoder
- Throws:
org.springframework.security.oauth2.jwt.JwtException
-