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 TypeMethodDescriptionorg.springframework.core.io.ResourcevoidsetAudiences(List<String> audiences) voidsetIssuerUri(String issuerUri) voidsetJwkSetUri(String jwkSetUri) voidsetJwsAlgorithms(List<String> jwsAlgorithms) voidsetPublicKeyLocation(org.springframework.core.io.Resource publicKeyLocation)
-
Constructor Details
-
Jwt
public Jwt()
-
-
Method Details
-
getJwkSetUri
-
setJwkSetUri
-
getJwsAlgorithms
-
setJwsAlgorithms
-
getIssuerUri
-
setIssuerUri
-
getPublicKeyLocation
public org.springframework.core.io.Resource getPublicKeyLocation() -
setPublicKeyLocation
public void setPublicKeyLocation(org.springframework.core.io.Resource publicKeyLocation) -
getAudiences
-
setAudiences
-
readPublicKey
- Throws:
IOException
-