Uses of Class
org.springframework.security.oauth2.common.exceptions.InvalidScopeException

Packages that use InvalidScopeException
org.springframework.security.oauth2.provider   
 

Uses of InvalidScopeException in org.springframework.security.oauth2.provider
 

Methods in org.springframework.security.oauth2.provider that throw InvalidScopeException
 void DefaultOAuth2RequestValidator.validateScope(AuthorizationRequest authorizationRequest, ClientDetails client)
           
 void OAuth2RequestValidator.validateScope(AuthorizationRequest authorizationRequest, ClientDetails client)
          Ensure that the client has requested a valid set of scopes.
 void DefaultOAuth2RequestValidator.validateScope(TokenRequest tokenRequest, ClientDetails client)
           
 void OAuth2RequestValidator.validateScope(TokenRequest tokenRequest, ClientDetails client)
          Ensure that the client has requested a valid set of scopes.
 



Copyright © 2013. All rights reserved.