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

AuthorizationCodeValidator

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.AuthorizationCodeValidator

Class Overview

Validator that checks for the required fields in an OAuth Token request with the Authorization Code 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
AuthorizationCodeValidator()
[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 AuthorizationCodeValidator ()