@Validated
@ConfigurationProperties(value="coffeenet.security.resource")
public class CoffeeNetSecurityResourceProperties
extends org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
coffeenet.security.resource to configure the security resources like the user endpoint.org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk, org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt| Constructor and Description |
|---|
CoffeeNetSecurityResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getUserInfoUri() |
void |
setId(String id) |
void |
setUserInfoUri(String userInfoUri) |
String |
toString() |
getClientId, getClientSecret, getFilterOrder, getJwk, getJwt, getResourceId, getServiceId, getTokenInfoUri, getTokenType, isPreferTokenInfo, setBeanFactory, setFilterOrder, setJwk, setJwt, setPreferTokenInfo, setServiceId, setTokenInfoUri, setTokenType, supports, validatepublic String getId()
getId in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic void setId(String id)
setId in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic String getUserInfoUri()
getUserInfoUri in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic void setUserInfoUri(String userInfoUri)
setUserInfoUri in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiesCopyright © 2019 Pivotal Software, Inc.. All rights reserved.