|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OAuth2RequestValidator
Validation interface for OAuth2 requests to the AuthorizationEndpoint and TokenEndpoint.
| Method Summary | |
|---|---|
void |
validateScope(AuthorizationRequest authorizationRequest,
ClientDetails client)
Ensure that the client has requested a valid set of scopes. |
void |
validateScope(TokenRequest tokenRequest,
ClientDetails client)
Ensure that the client has requested a valid set of scopes. |
| Method Detail |
|---|
void validateScope(AuthorizationRequest authorizationRequest,
ClientDetails client)
throws InvalidScopeException
authorizationRequest - the AuthorizationRequest to be validatedclient - the client that is making the request
InvalidScopeException - if a requested scope is invalid
void validateScope(TokenRequest tokenRequest,
ClientDetails client)
throws InvalidScopeException
tokenRequest - the TokenRequest to be validatedclient - the client that is making the request
InvalidScopeException - if a requested scope is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||