org.apache.oltu.oauth2.common
Class OAuth

java.lang.Object
  extended by org.apache.oltu.oauth2.common.OAuth

public final class OAuth
extends Object


Nested Class Summary
static class OAuth.ContentType
           
static class OAuth.HeaderType
           
static class OAuth.HttpMethod
           
static class OAuth.WWWAuthHeader
           
 
Field Summary
static ParameterStyle DEFAULT_PARAMETER_STYLE
           
static TokenType DEFAULT_TOKEN_TYPE
           
static String OAUTH_ACCESS_TOKEN
           
static String OAUTH_ASSERTION
           
static String OAUTH_ASSERTION_TYPE
           
static String OAUTH_BEARER_TOKEN
           
static String OAUTH_CLIENT_ID
           
static String OAUTH_CLIENT_SECRET
           
static String OAUTH_CODE
           
static String OAUTH_EXPIRES_IN
           
static String OAUTH_GRANT_TYPE
           
static String OAUTH_HEADER_NAME
           
static String OAUTH_PASSWORD
           
static String OAUTH_REDIRECT_URI
           
static String OAUTH_REFRESH_TOKEN
           
static String OAUTH_RESPONSE_TYPE
           
static String OAUTH_SCOPE
           
static String OAUTH_STATE
           
static String OAUTH_TOKEN
           
static String OAUTH_TOKEN_DRAFT_0
           
static String OAUTH_TOKEN_TYPE
           
static String OAUTH_USERNAME
           
static String OAUTH_VERSION_DIFFER
           
 
Constructor Summary
OAuth()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OAUTH_RESPONSE_TYPE

public static final String OAUTH_RESPONSE_TYPE
See Also:
Constant Field Values

OAUTH_CLIENT_ID

public static final String OAUTH_CLIENT_ID
See Also:
Constant Field Values

OAUTH_CLIENT_SECRET

public static final String OAUTH_CLIENT_SECRET
See Also:
Constant Field Values

OAUTH_REDIRECT_URI

public static final String OAUTH_REDIRECT_URI
See Also:
Constant Field Values

OAUTH_USERNAME

public static final String OAUTH_USERNAME
See Also:
Constant Field Values

OAUTH_PASSWORD

public static final String OAUTH_PASSWORD
See Also:
Constant Field Values

OAUTH_ASSERTION_TYPE

public static final String OAUTH_ASSERTION_TYPE
See Also:
Constant Field Values

OAUTH_ASSERTION

public static final String OAUTH_ASSERTION
See Also:
Constant Field Values

OAUTH_SCOPE

public static final String OAUTH_SCOPE
See Also:
Constant Field Values

OAUTH_STATE

public static final String OAUTH_STATE
See Also:
Constant Field Values

OAUTH_GRANT_TYPE

public static final String OAUTH_GRANT_TYPE
See Also:
Constant Field Values

OAUTH_HEADER_NAME

public static final String OAUTH_HEADER_NAME
See Also:
Constant Field Values

OAUTH_CODE

public static final String OAUTH_CODE
See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN

public static final String OAUTH_ACCESS_TOKEN
See Also:
Constant Field Values

OAUTH_EXPIRES_IN

public static final String OAUTH_EXPIRES_IN
See Also:
Constant Field Values

OAUTH_REFRESH_TOKEN

public static final String OAUTH_REFRESH_TOKEN
See Also:
Constant Field Values

OAUTH_TOKEN_TYPE

public static final String OAUTH_TOKEN_TYPE
See Also:
Constant Field Values

OAUTH_TOKEN

public static final String OAUTH_TOKEN
See Also:
Constant Field Values

OAUTH_TOKEN_DRAFT_0

public static final String OAUTH_TOKEN_DRAFT_0
See Also:
Constant Field Values

OAUTH_BEARER_TOKEN

public static final String OAUTH_BEARER_TOKEN
See Also:
Constant Field Values

DEFAULT_PARAMETER_STYLE

public static final ParameterStyle DEFAULT_PARAMETER_STYLE

DEFAULT_TOKEN_TYPE

public static final TokenType DEFAULT_TOKEN_TYPE

OAUTH_VERSION_DIFFER

public static final String OAUTH_VERSION_DIFFER
See Also:
Constant Field Values
Constructor Detail

OAuth

public OAuth()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.