public abstract class OAuthClientValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
notAllowedParams |
protected Map<String,String[]> |
requiredParams |
| Constructor and Description |
|---|
OAuthClientValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(OAuthClientResponse response) |
void |
validateErrorResponse(OAuthClientResponse response) |
void |
validateNotAllowedParameters(OAuthClientResponse response) |
void |
validateParameters(OAuthClientResponse response) |
void |
validateRequiredParameters(OAuthClientResponse response) |
public void validate(OAuthClientResponse response) throws org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthProblemExceptionpublic void validateParameters(OAuthClientResponse response) throws org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthProblemExceptionpublic void validateErrorResponse(OAuthClientResponse response) throws org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthProblemExceptionpublic void validateRequiredParameters(OAuthClientResponse response) throws org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthProblemExceptionpublic void validateNotAllowedParameters(OAuthClientResponse response) throws org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthProblemExceptionCopyright © 2010–2015 The Apache Software Foundation. All rights reserved.