|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuthProblemException | |
---|---|
net.smartam.leeloo.common.exception | |
net.smartam.leeloo.common.message | |
net.smartam.leeloo.common.utils | |
net.smartam.leeloo.common.validators |
Uses of OAuthProblemException in net.smartam.leeloo.common.exception |
---|
Methods in net.smartam.leeloo.common.exception that return OAuthProblemException | |
---|---|
OAuthProblemException |
OAuthProblemException.description(String description)
|
static OAuthProblemException |
OAuthProblemException.error(String error)
|
static OAuthProblemException |
OAuthProblemException.error(String error,
String description)
|
OAuthProblemException |
OAuthProblemException.scope(String scope)
|
OAuthProblemException |
OAuthProblemException.setParameter(String name,
String value)
|
OAuthProblemException |
OAuthProblemException.state(String state)
|
OAuthProblemException |
OAuthProblemException.uri(String uri)
|
Uses of OAuthProblemException in net.smartam.leeloo.common.message |
---|
Methods in net.smartam.leeloo.common.message with parameters of type OAuthProblemException | |
---|---|
OAuthResponse.OAuthErrorResponseBuilder |
OAuthResponse.OAuthErrorResponseBuilder.error(OAuthProblemException ex)
|
Uses of OAuthProblemException in net.smartam.leeloo.common.utils |
---|
Methods in net.smartam.leeloo.common.utils that return OAuthProblemException | |
---|---|
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 |
Uses of OAuthProblemException in net.smartam.leeloo.common.validators |
---|
Methods in net.smartam.leeloo.common.validators that throw OAuthProblemException | |
---|---|
void |
OAuthValidator.performAllValidations(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.performAllValidations(javax.servlet.http.HttpServletRequest request)
|
void |
OAuthValidator.validateContentType(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.validateContentType(javax.servlet.http.HttpServletRequest request)
|
void |
OAuthValidator.validateMethod(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.validateMethod(javax.servlet.http.HttpServletRequest request)
|
void |
OAuthValidator.validateNotAllowedParameters(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.validateNotAllowedParameters(javax.servlet.http.HttpServletRequest request)
|
void |
OAuthValidator.validateOptionalParameters(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.validateOptionalParameters(javax.servlet.http.HttpServletRequest request)
|
void |
OAuthValidator.validateRequiredParameters(javax.servlet.http.HttpServletRequest request)
|
void |
AbstractValidator.validateRequiredParameters(javax.servlet.http.HttpServletRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |