public class ScopeServiceAwareOAuth2RequestValidator extends Object implements org.springframework.security.oauth2.provider.OAuth2RequestValidator
Constructor and Description |
---|
ScopeServiceAwareOAuth2RequestValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validateScope(org.springframework.security.oauth2.provider.AuthorizationRequest authorizationRequest,
org.springframework.security.oauth2.provider.ClientDetails client) |
void |
validateScope(org.springframework.security.oauth2.provider.TokenRequest tokenRequest,
org.springframework.security.oauth2.provider.ClientDetails client) |
public ScopeServiceAwareOAuth2RequestValidator()
public void validateScope(org.springframework.security.oauth2.provider.AuthorizationRequest authorizationRequest, org.springframework.security.oauth2.provider.ClientDetails client) throws org.springframework.security.oauth2.common.exceptions.InvalidScopeException
validateScope
in interface org.springframework.security.oauth2.provider.OAuth2RequestValidator
org.springframework.security.oauth2.common.exceptions.InvalidScopeException
public void validateScope(org.springframework.security.oauth2.provider.TokenRequest tokenRequest, org.springframework.security.oauth2.provider.ClientDetails client) throws org.springframework.security.oauth2.common.exceptions.InvalidScopeException
validateScope
in interface org.springframework.security.oauth2.provider.OAuth2RequestValidator
org.springframework.security.oauth2.common.exceptions.InvalidScopeException
Copyright © 2018. All rights reserved.