Package | Description |
---|---|
org.springframework.security.oauth2.provider | |
org.springframework.security.oauth2.provider.request |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2RequestValidator.validateScope(AuthorizationRequest authorizationRequest,
ClientDetails client)
Ensure that the client has requested a valid set of scopes.
|
void |
OAuth2RequestValidator.validateScope(TokenRequest tokenRequest,
ClientDetails client)
Ensure that the client has requested a valid set of scopes.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultOAuth2RequestValidator.validateScope(AuthorizationRequest authorizationRequest,
ClientDetails client) |
void |
DefaultOAuth2RequestValidator.validateScope(TokenRequest tokenRequest,
ClientDetails client) |
Copyright © 2019. All rights reserved.