| Modifier and Type | Method and Description |
|---|---|
OAuthProblemException |
OAuthProblemException.description(String description) |
static OAuthProblemException |
OAuthProblemException.error(String error) |
static OAuthProblemException |
OAuthProblemException.error(String error,
String description) |
OAuthProblemException |
OAuthProblemException.responseStatus(int responseStatus) |
OAuthProblemException |
OAuthProblemException.scope(String scope) |
OAuthProblemException |
OAuthProblemException.setParameter(String name,
String value) |
OAuthProblemException |
OAuthProblemException.state(String state) |
OAuthProblemException |
OAuthProblemException.uri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
OAuthResponse.OAuthErrorResponseBuilder |
OAuthResponse.OAuthErrorResponseBuilder.error(OAuthProblemException ex) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthProblemException |
OAuthUtils.handleBadContentTypeException(String expectedContentType) |
static OAuthProblemException |
OAuthUtils.handleMissingParameters(Set<String> missingParams)
Creates OAuthProblemException that contains set of missing oauth parameters
|
static OAuthProblemException |
OAuthUtils.handleNotAllowedParametersOAuthException(List<String> notAllowedParams) |
static OAuthProblemException |
OAuthUtils.handleOAuthProblemException(String message)
Creates invalid_request exception with given message
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthValidator.performAllValidations(T request) |
void |
AbstractValidator.performAllValidations(T request) |
void |
OAuthValidator.validateClientAuthenticationCredentials(T request) |
void |
AbstractValidator.validateClientAuthenticationCredentials(T request) |
void |
OAuthValidator.validateContentType(T request) |
void |
AbstractValidator.validateContentType(T request) |
void |
OAuthValidator.validateMethod(T request) |
void |
AbstractValidator.validateMethod(T request) |
void |
OAuthValidator.validateNotAllowedParameters(T request) |
void |
AbstractValidator.validateNotAllowedParameters(T request) |
void |
OAuthValidator.validateOptionalParameters(T request) |
void |
AbstractValidator.validateOptionalParameters(T request) |
void |
OAuthValidator.validateRequiredParameters(T request) |
void |
AbstractValidator.validateRequiredParameters(T request) |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.