org.apache.oltu.oauth2.common.error
Class OAuthError

java.lang.Object
  extended by org.apache.oltu.oauth2.common.error.OAuthError

public abstract class OAuthError
extends Object


Nested Class Summary
static class OAuthError.CodeResponse
           
static class OAuthError.ResourceResponse
           
static class OAuthError.TokenResponse
           
 
Field Summary
static String OAUTH_ERROR
           
static String OAUTH_ERROR_DESCRIPTION
           
static String OAUTH_ERROR_URI
           
 
Constructor Summary
OAuthError()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OAUTH_ERROR

public static final String OAUTH_ERROR
See Also:
Constant Field Values

OAUTH_ERROR_DESCRIPTION

public static final String OAUTH_ERROR_DESCRIPTION
See Also:
Constant Field Values

OAUTH_ERROR_URI

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

OAuthError

public OAuthError()


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