Package | Description |
---|---|
org.restlet.ext.oauth |
Support for OAuth 2.0 HTTP authentication.
|
Modifier and Type | Method and Description |
---|---|
OAuthError |
OAuthException.getError()
Returns the kind of OAuth error.
|
static OAuthError |
OAuthError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthError[] |
OAuthError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthException.setError(OAuthError error)
Sets the kind of OAuth error.
|
Constructor and Description |
---|
OAuthException(OAuthError error,
java.lang.String description,
java.lang.String errorUri)
Constructor.
|
Copyright © 2005-2018 Restlet.