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

OAuth

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

Summary

Nested Classes
class OAuth.ContentType  
class OAuth.HeaderType  
class OAuth.HttpMethod  
class OAuth.WWWAuthHeader  
Constants
String OAUTH_ACCESS_TOKEN
String OAUTH_ASSERTION
String OAUTH_ASSERTION_TYPE
String OAUTH_BEARER_TOKEN
String OAUTH_CLIENT_ID
String OAUTH_CLIENT_SECRET
String OAUTH_CODE
String OAUTH_EXPIRES_IN
String OAUTH_GRANT_TYPE
String OAUTH_HEADER_NAME
String OAUTH_PASSWORD
String OAUTH_REDIRECT_URI
String OAUTH_REFRESH_TOKEN
String OAUTH_RESPONSE_TYPE
String OAUTH_SCOPE
String OAUTH_STATE
String OAUTH_TOKEN
String OAUTH_TOKEN_DRAFT_0
String OAUTH_TOKEN_TYPE
String OAUTH_USERNAME
String OAUTH_VERSION_DIFFER
Fields
public static final ParameterStyle DEFAULT_PARAMETER_STYLE
public static final TokenType DEFAULT_TOKEN_TYPE
Public Constructors
OAuth()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String OAUTH_ACCESS_TOKEN

Constant Value: "access_token"

public static final String OAUTH_ASSERTION

Constant Value: "assertion"

public static final String OAUTH_ASSERTION_TYPE

Constant Value: "assertion_type"

public static final String OAUTH_BEARER_TOKEN

Constant Value: "access_token"

public static final String OAUTH_CLIENT_ID

Constant Value: "client_id"

public static final String OAUTH_CLIENT_SECRET

Constant Value: "client_secret"

public static final String OAUTH_CODE

Constant Value: "code"

public static final String OAUTH_EXPIRES_IN

Constant Value: "expires_in"

public static final String OAUTH_GRANT_TYPE

Constant Value: "grant_type"

public static final String OAUTH_HEADER_NAME

Constant Value: "Bearer"

public static final String OAUTH_PASSWORD

Constant Value: "password"

public static final String OAUTH_REDIRECT_URI

Constant Value: "redirect_uri"

public static final String OAUTH_REFRESH_TOKEN

Constant Value: "refresh_token"

public static final String OAUTH_RESPONSE_TYPE

Constant Value: "response_type"

public static final String OAUTH_SCOPE

Constant Value: "scope"

public static final String OAUTH_STATE

Constant Value: "state"

public static final String OAUTH_TOKEN

Constant Value: "oauth_token"

public static final String OAUTH_TOKEN_DRAFT_0

Constant Value: "access_token"

public static final String OAUTH_TOKEN_TYPE

Constant Value: "token_type"

public static final String OAUTH_USERNAME

Constant Value: "username"

public static final String OAUTH_VERSION_DIFFER

Constant Value: "oauth_signature_method"

Fields

public static final ParameterStyle DEFAULT_PARAMETER_STYLE

public static final TokenType DEFAULT_TOKEN_TYPE

Public Constructors

public OAuth ()