public enum SecurityErrorCode extends Enum<SecurityErrorCode>
Modifier and Type | Method and Description |
---|---|
static SecurityErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityErrorCode DEFAULT_SECURITY_ERROR
public static final SecurityErrorCode BAD_CREDENTIALS
public static final SecurityErrorCode PERMISSION_DENIED
public static final SecurityErrorCode USER_DOESNT_EXIST
public static final SecurityErrorCode CONNECTION_ERROR
public static final SecurityErrorCode USER_EXISTS
public static final SecurityErrorCode GRANT_INVALID
public static final SecurityErrorCode BAD_AUTHORIZATIONS
public static final SecurityErrorCode INVALID_INSTANCEID
public static final SecurityErrorCode TABLE_DOESNT_EXIST
public static final SecurityErrorCode UNSUPPORTED_OPERATION
public static final SecurityErrorCode INVALID_TOKEN
public static final SecurityErrorCode AUTHENTICATOR_FAILED
public static final SecurityErrorCode AUTHORIZOR_FAILED
public static final SecurityErrorCode PERMISSIONHANDLER_FAILED
public static final SecurityErrorCode TOKEN_EXPIRED
public static final SecurityErrorCode SERIALIZATION_ERROR
public static final SecurityErrorCode INSUFFICIENT_PROPERTIES
public static final SecurityErrorCode NAMESPACE_DOESNT_EXIST
public static SecurityErrorCode[] values()
for (SecurityErrorCode c : SecurityErrorCode.values()) System.out.println(c);
public static SecurityErrorCode 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 © 2011–2018 The Apache Software Foundation. All rights reserved.