public static class OAuth2ResourceServerProperties.Jwt extends Object
Constructor and Description |
---|
Jwt() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAudiences() |
String |
getIssuerUri() |
String |
getJwkSetUri() |
String |
getJwsAlgorithm()
Deprecated.
|
List<String> |
getJwsAlgorithms() |
Resource |
getPublicKeyLocation() |
String |
readPublicKey() |
void |
setAudiences(List<String> audiences) |
void |
setIssuerUri(String issuerUri) |
void |
setJwkSetUri(String jwkSetUri) |
void |
setJwsAlgorithm(String jwsAlgorithm)
Deprecated.
|
void |
setJwsAlgorithms(List<String> jwsAlgortithms) |
void |
setPublicKeyLocation(Resource publicKeyLocation) |
public String getJwkSetUri()
public void setJwkSetUri(String jwkSetUri)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.security.oauth2.resourceserver.jwt.jws-algorithms") public String getJwsAlgorithm()
@Deprecated 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