@ConfigurationProperties(value="spring.oauth2.resource") public class ResourceServerProperties extends Object implements org.springframework.validation.Validator
Modifier and Type | Class and Description |
---|---|
class |
ResourceServerProperties.Jwt |
Constructor and Description |
---|
ResourceServerProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getResourceId() |
boolean |
supports(Class<?> clazz) |
void |
validate(Object target,
org.springframework.validation.Errors errors) |
public String getResourceId()
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 © 2015 Pivotal Software, Inc.. All rights reserved.