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

OAuth.ContentType

extends Object
java.lang.Object
   ↳ org.apache.oltu.oauth2.common.OAuth.ContentType

Summary

Constants
String JSON
String URL_ENCODED
Public Constructors
OAuth.ContentType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String JSON

Constant Value: "application/json"

public static final String URL_ENCODED

Constant Value: "application/x-www-form-urlencoded"

Public Constructors

public OAuth.ContentType ()