public abstract class OAuthClientValidator
extends java.lang.Object
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 OAuthProblemException
OAuthProblemException
public void validateParameters(OAuthClientResponse response) throws OAuthProblemException
OAuthProblemException
public void validateErrorResponse(OAuthClientResponse response) throws OAuthProblemException
OAuthProblemException
public void validateRequiredParameters(OAuthClientResponse response) throws OAuthProblemException
OAuthProblemException
public void validateNotAllowedParameters(OAuthClientResponse response) throws OAuthProblemException
OAuthProblemException
Copyright © 2010 - 2023 Adobe. All Rights Reserved