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

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

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

Validator that checks for the required fields in an OAuth Token request with the Refresh token 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
RefreshTokenValidator()
           
 
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

RefreshTokenValidator

public RefreshTokenValidator()


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