org.apache.oltu.oauth2.ext.dynamicreg.server.validator
Class PushPullValidator

java.lang.Object
  extended by org.apache.oltu.oauth2.common.validators.AbstractValidator<JSONHttpServletRequestWrapper>
      extended by org.apache.oltu.oauth2.ext.dynamicreg.server.validator.PushPullValidator
All Implemented Interfaces:
OAuthValidator<JSONHttpServletRequestWrapper>

public class PushPullValidator
extends AbstractValidator<JSONHttpServletRequestWrapper>


Field Summary
 
Fields inherited from class org.apache.oltu.oauth2.common.validators.AbstractValidator
enforceClientAuthentication, notAllowedParams, optionalParams, requiredParams
 
Constructor Summary
PushPullValidator()
           
 
Method Summary
 void validateContentType(JSONHttpServletRequestWrapper request)
           
 
Methods inherited from class org.apache.oltu.oauth2.common.validators.AbstractValidator
performAllValidations, validateClientAuthenticationCredentials, validateMethod, validateNotAllowedParameters, validateOptionalParameters, validateRequiredParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushPullValidator

public PushPullValidator()
Method Detail

validateContentType

public void validateContentType(JSONHttpServletRequestWrapper request)
                         throws OAuthProblemException
Specified by:
validateContentType in interface OAuthValidator<JSONHttpServletRequestWrapper>
Overrides:
validateContentType in class AbstractValidator<JSONHttpServletRequestWrapper>
Throws:
OAuthProblemException


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.