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

UnauthenticatedAuthorizationCodeValidator

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

Class Overview

Validator that checks for the required fields for an OAuth Token request with the Authorization Code grant type. This validator does NOT enforce client authentication.

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.common.validators.AbstractValidator
Public Constructors
UnauthenticatedAuthorizationCodeValidator()
[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 UnauthenticatedAuthorizationCodeValidator ()