net.smartam.leeloo.as.validator
Class TokenValidator

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

public class TokenValidator
extends AbstractValidator

Author:
Maciej Machulak, Lukasz Moren

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

Constructor Detail

TokenValidator

public TokenValidator()
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


Copyright © 2010. All Rights Reserved.