net.smartam.leeloo.as.validator
Class CodeValidator

java.lang.Object
  extended by net.smartam.leeloo.common.validators.AbstractValidator
      extended by net.smartam.leeloo.as.validator.CodeValidator
All Implemented Interfaces:
OAuthValidator

public class CodeValidator
extends AbstractValidator

Author:
Maciej Machulak, Lukasz Moren

Field Summary
 
Fields inherited from class net.smartam.leeloo.common.validators.AbstractValidator
notAllowedParams, optionalParams, requiredParams
 
Constructor Summary
CodeValidator()
           
 
Method Summary
 void validateContentType(javax.servlet.http.HttpServletRequest request)
           
 void validateMethod(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class net.smartam.leeloo.common.validators.AbstractValidator
performAllValidations, validateNotAllowedParameters, validateOptionalParameters, validateRequiredParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeValidator

public CodeValidator()
Method Detail

validateMethod

public void validateMethod(javax.servlet.http.HttpServletRequest request)
                    throws OAuthProblemException
Specified by:
validateMethod in interface OAuthValidator
Overrides:
validateMethod in class AbstractValidator
Throws:
OAuthProblemException

validateContentType

public void validateContentType(javax.servlet.http.HttpServletRequest request)
                         throws OAuthProblemException
Specified by:
validateContentType in interface OAuthValidator
Overrides:
validateContentType in class AbstractValidator
Throws:
OAuthProblemException


Copyright © 2010. All Rights Reserved.