This project has retired. For details please refer to its Attic page.
RefreshTokenValidator (Apache Oltu: OAuth 2.0 Implementation - Authorization Server 0.31-incubating-SNAPSHOT API)

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

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

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


Field Summary
 
Fields inherited from class org.apache.amber.oauth2.common.validators.AbstractValidator
notAllowedParams, optionalParams, requiredParams
 
Constructor Summary
RefreshTokenValidator()
           
 
Method Summary
 
Methods inherited from class org.apache.amber.oauth2.common.validators.AbstractValidator
performAllValidations, 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-2013 The Apache Software Foundation. All Rights Reserved.