This project has retired. For details please refer to its Attic page.
RefreshTokenValidator | Apache Oltu - OAuth 2.0
public class

RefreshTokenValidator

extends AbstractValidator<T extends HttpServletRequest>
java.lang.Object
   ↳ org.apache.oltu.oauth2.common.validators.AbstractValidator<T extends javax.servlet.http.HttpServletRequest>
     ↳ org.apache.oltu.oauth2.as.validator.RefreshTokenValidator

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.common.validators.AbstractValidator
Public Constructors
RefreshTokenValidator()
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.common.validators.AbstractValidator
From class java.lang.Object
From interface org.apache.oltu.oauth2.common.validators.OAuthValidator

Public Constructors

public RefreshTokenValidator ()