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

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

public class UnauthenticatedRefreshTokenValidator
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 does NOT enforce client authentication.


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

UnauthenticatedRefreshTokenValidator

public UnauthenticatedRefreshTokenValidator()


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