@ConfigurationProperties(prefix="security.oauth2.resource") public class ResourceServerProperties extends Object implements org.springframework.validation.Validator, org.springframework.beans.factory.BeanFactoryAware
Modifier and Type | Class and Description |
---|---|
class |
ResourceServerProperties.Jwk |
class |
ResourceServerProperties.Jwt |
Constructor and Description |
---|
ResourceServerProperties() |
ResourceServerProperties(String clientId,
String clientSecret) |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getClientSecret() |
int |
getFilterOrder() |
String |
getId() |
ResourceServerProperties.Jwk |
getJwk() |
ResourceServerProperties.Jwt |
getJwt() |
String |
getResourceId() |
String |
getServiceId() |
String |
getTokenInfoUri() |
String |
getTokenType() |
String |
getUserInfoUri() |
boolean |
isPreferTokenInfo() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setFilterOrder(int filterOrder) |
void |
setId(String id) |
void |
setJwk(ResourceServerProperties.Jwk jwk) |
void |
setJwt(ResourceServerProperties.Jwt jwt) |
void |
setPreferTokenInfo(boolean preferTokenInfo) |
void |
setServiceId(String serviceId) |
void |
setTokenInfoUri(String tokenInfoUri) |
void |
setTokenType(String tokenType) |
void |
setUserInfoUri(String userInfoUri) |
boolean |
supports(Class<?> clazz) |
void |
validate(Object target,
org.springframework.validation.Errors errors) |
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public String getResourceId()
public String getServiceId()
public void setServiceId(String serviceId)
public String getId()
public void setId(String id)
public String getUserInfoUri()
public void setUserInfoUri(String userInfoUri)
public String getTokenInfoUri()
public void setTokenInfoUri(String tokenInfoUri)
public boolean isPreferTokenInfo()
public void setPreferTokenInfo(boolean preferTokenInfo)
public String getTokenType()
public void setTokenType(String tokenType)
public ResourceServerProperties.Jwt getJwt()
public void setJwt(ResourceServerProperties.Jwt jwt)
public ResourceServerProperties.Jwk getJwk()
public void setJwk(ResourceServerProperties.Jwk jwk)
public String getClientId()
public String getClientSecret()
public int getFilterOrder()
public void setFilterOrder(int filterOrder)
public boolean supports(Class<?> clazz)
supports
in interface org.springframework.validation.Validator
public void validate(Object target, org.springframework.validation.Errors errors)
validate
in interface org.springframework.validation.Validator
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.