org.apache.oltu.oauth2.as.validator
Class AuthorizationCodeValidator

java.lang.Object
  extended by org.apache.oltu.oauth2.common.validators.AbstractValidator<javax.servlet.http.HttpServletRequest>
      extended by org.apache.oltu.oauth2.as.validator.AuthorizationCodeValidator
All Implemented Interfaces:
OAuthValidator<javax.servlet.http.HttpServletRequest>

public class AuthorizationCodeValidator
extends AbstractValidator<javax.servlet.http.HttpServletRequest>

Validator that checks for the required fields in an OAuth Token request with the Authorization Code grant type. This validator enforces client authentication either through basic authentication or body parameters.


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

Constructor Detail

AuthorizationCodeValidator

public AuthorizationCodeValidator()


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