Class OAuth2ResourceServerProperties.Jwt
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- Enclosing class:
- OAuth2ResourceServerProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAudiences
(List<String> audiences) void
setIssuerUri
(String issuerUri) void
setJwkSetUri
(String jwkSetUri) void
setJwsAlgorithms
(List<String> jwsAlgortithms) void
setPublicKeyLocation
(Resource publicKeyLocation)
-
Constructor Details
-
Jwt
public Jwt()
-
-
Method Details
-
getJwkSetUri
-
setJwkSetUri
-
getJwsAlgorithms
-
setJwsAlgorithms
-
getIssuerUri
-
setIssuerUri
-
getPublicKeyLocation
-
setPublicKeyLocation
-
getAudiences
-
setAudiences
-
readPublicKey
- Throws:
IOException
-