@ConfigurationProperties(value="security.oauth2.resource") public class ResourceServerProperties extends Object implements Validator, 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(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,
Errors errors) |
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
setBeanFactory
in interface BeanFactoryAware
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 String getClientId()
public String getClientSecret()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.