@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 |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getUserInfoUri() |
void |
setId(java.lang.String id) |
void |
setUserInfoUri(java.lang.String userInfoUri) |
java.lang.String |
toString() |
getClientId, getClientSecret, getFilterOrder, getJwk, getJwt, getResourceId, getServiceId, getTokenInfoUri, getTokenType, isPreferTokenInfo, setBeanFactory, setFilterOrder, setJwk, setJwt, setPreferTokenInfo, setServiceId, setTokenInfoUri, setTokenType, supports, validatepublic java.lang.String getId()
getId in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic void setId(java.lang.String id)
setId in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic java.lang.String getUserInfoUri()
getUserInfoUri in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic void setUserInfoUri(java.lang.String userInfoUri)
setUserInfoUri in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerPropertiespublic java.lang.String toString()
toString in class java.lang.Object