org.apache.oltu.oauth2.common
Class OAuth.HeaderType

java.lang.Object
  extended by org.apache.oltu.oauth2.common.OAuth.HeaderType
Enclosing class:
OAuth

public static final class OAuth.HeaderType
extends Object


Field Summary
static String AUTHORIZATION
           
static String CONTENT_TYPE
           
static String WWW_AUTHENTICATE
           
 
Constructor Summary
OAuth.HeaderType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

WWW_AUTHENTICATE

public static final String WWW_AUTHENTICATE
See Also:
Constant Field Values

AUTHORIZATION

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

OAuth.HeaderType

public OAuth.HeaderType()


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