Class OAuth2ResourceServerProperties.Jwt
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- Enclosing class:
- OAuth2ResourceServerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIssuerUri(String issuerUri) voidsetJwkSetUri(String jwkSetUri) voidsetJwsAlgorithm(String jwsAlgorithm) voidsetPublicKeyLocation(Resource publicKeyLocation)
-
Constructor Details
-
Jwt
public Jwt()
-
-
Method Details
-
getJwkSetUri
-
setJwkSetUri
-
getJwsAlgorithm
-
setJwsAlgorithm
-
getIssuerUri
-
setIssuerUri
-
getPublicKeyLocation
-
setPublicKeyLocation
-
readPublicKey
- Throws:
IOException
-