Example usage for org.springframework.security.oauth2.provider OAuth2RequestValidator interface-usage

List of usage examples for org.springframework.security.oauth2.provider OAuth2RequestValidator interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider OAuth2RequestValidator interface-usage.

Usage

From source file org.mitre.oauth2.token.ScopeServiceAwareOAuth2RequestValidator.java

/**
 * 
 * Validates the scopes on a request by comparing them against a client's
 * allowed scopes, but allow custom scopes to function through the system scopes
 * 
 * @author jricher

From source file org.mitre.oauth2.token.StructuredScopeAwareOAuth2RequestValidator.java

/**
 * 
 * Validates the scopes on a request by comparing them against a client's
 * allowed scopes, but allow structured scopes to function.
 * 
 * @author jricher