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

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

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

Validator that checks for the required fields for an OAuth Token request with the Authorization Code grant type. This validator does NOT enforce client authentication.


Field Summary
 
Fields inherited from class org.apache.oltu.oauth2.common.validators.AbstractValidator
enforceClientAuthentication, notAllowedParams, optionalParams, requiredParams
 
Constructor Summary
UnauthenticatedAuthorizationCodeValidator()
           
 
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

UnauthenticatedAuthorizationCodeValidator

public UnauthenticatedAuthorizationCodeValidator()


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