public static class OAuth2ResourceServerProperties.Jwt extends Object
Constructor and Description |
---|
Jwt() |
Modifier and Type | Method and Description |
---|---|
String |
getIssuerUri() |
String |
getJwkSetUri() |
String |
getJwsAlgorithm() |
org.springframework.core.io.Resource |
getPublicKeyLocation() |
String |
readPublicKey() |
void |
setIssuerUri(String issuerUri) |
void |
setJwkSetUri(String jwkSetUri) |
void |
setJwsAlgorithm(String jwsAlgorithm) |
void |
setPublicKeyLocation(org.springframework.core.io.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 org.springframework.core.io.Resource getPublicKeyLocation()
public void setPublicKeyLocation(org.springframework.core.io.Resource publicKeyLocation)
public String readPublicKey() throws IOException
IOException
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.