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

OAuthUnauthenticatedTokenRequest

extends AbstractOAuthTokenRequest
java.lang.Object
   ↳ org.apache.oltu.oauth2.as.request.OAuthRequest
     ↳ org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest
       ↳ org.apache.oltu.oauth2.as.request.OAuthUnauthenticatedTokenRequest

Class Overview

The Unauthenticated OAuth Authorization Server class that validates whether a given HttpServletRequest is a valid OAuth Token request.

This class accepts requests that are NOT authenticated, that is requests that do not contain a client_secret.

IMPORTANT: The ClientCredentials Grant Type is NOT supported by this class since client authentication is required for this grant type. In order to support the client credentials grant type please use the OAuthTokenRequest class.

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.as.request.OAuthRequest
Public Constructors
OAuthUnauthenticatedTokenRequest(HttpServletRequest request)
Protected Methods
OAuthValidator<HttpServletRequest> initValidator()
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest
From class org.apache.oltu.oauth2.as.request.OAuthRequest
From class java.lang.Object

Public Constructors

public OAuthUnauthenticatedTokenRequest (HttpServletRequest request)

Protected Methods

protected OAuthValidator<HttpServletRequest> initValidator ()