@ConfigurationProperties(value="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.Jwt |
| Constructor and Description |
|---|
ResourceServerProperties() |
ResourceServerProperties(String clientId,
String clientSecret) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getId() |
ResourceServerProperties.Jwt |
getJwt() |
String |
getResourceId() |
String |
getServiceId() |
String |
getTokenInfoUri() |
String |
getTokenType() |
String |
getUserInfoUri() |
boolean |
isPreferTokenInfo() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setId(String id) |
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.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic 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 String getClientId()
public String getClientSecret()
public boolean supports(Class<?> clazz)
supports in interface org.springframework.validation.Validatorpublic void validate(Object target, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorCopyright © 2016 Pivotal Software, Inc.. All rights reserved.