public static enum NuxeoOAuth2Filter.ERRORS extends Enum<NuxeoOAuth2Filter.ERRORS>
Enum Constant and Description |
---|
access_denied |
invalid_grant |
invalid_request |
invalid_scope |
server_error |
temporarily_unavailable |
unauthorized_client |
unsupported_response_type |
Modifier and Type | Method and Description |
---|---|
static NuxeoOAuth2Filter.ERRORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuxeoOAuth2Filter.ERRORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuxeoOAuth2Filter.ERRORS invalid_request
public static final NuxeoOAuth2Filter.ERRORS invalid_grant
public static final NuxeoOAuth2Filter.ERRORS unauthorized_client
public static final NuxeoOAuth2Filter.ERRORS access_denied
public static final NuxeoOAuth2Filter.ERRORS unsupported_response_type
public static final NuxeoOAuth2Filter.ERRORS invalid_scope
public static final NuxeoOAuth2Filter.ERRORS server_error
public static final NuxeoOAuth2Filter.ERRORS temporarily_unavailable
public static NuxeoOAuth2Filter.ERRORS[] values()
for (NuxeoOAuth2Filter.ERRORS c : NuxeoOAuth2Filter.ERRORS.values()) System.out.println(c);
public static NuxeoOAuth2Filter.ERRORS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Nuxeo SA. All rights reserved.