public static class OAuth2ResourceServerProperties.Jwt extends Object
Constructor and Description |
---|
Jwt() |
Modifier and Type | Method and Description |
---|---|
String |
getIssuerUri() |
String |
getJwkSetUri() |
String |
getJwsAlgorithm() |
Resource |
getPublicKeyLocation() |
String |
readPublicKey() |
void |
setIssuerUri(String issuerUri) |
void |
setJwkSetUri(String jwkSetUri) |
void |
setJwsAlgorithm(String jwsAlgorithm) |
void |
setPublicKeyLocation(Resource publicKeyLocation) |
public String getJwkSetUri()
public void setJwkSetUri(String jwkSetUri)
public String getJwsAlgorithm()
public void setJwsAlgorithm(String jwsAlgorithm)
public String getIssuerUri()
public void setIssuerUri(String issuerUri)
public Resource getPublicKeyLocation()
public void setPublicKeyLocation(Resource publicKeyLocation)
public String readPublicKey() throws IOException
IOException