public enum XacmlSdkExceptionCodes extends java.lang.Enum<XacmlSdkExceptionCodes>
| Enum Constant and Description |
|---|
CATEGORY_IS_NULL |
MISSING_ACTION |
MISSING_ENVIRONMENT |
MISSING_RESOURCE |
MISSING_SUBJECT |
| Modifier and Type | Method and Description |
|---|---|
static XacmlSdkExceptionCodes |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static XacmlSdkExceptionCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XacmlSdkExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XacmlSdkExceptionCodes MISSING_SUBJECT
public static final XacmlSdkExceptionCodes MISSING_RESOURCE
public static final XacmlSdkExceptionCodes MISSING_ACTION
public static final XacmlSdkExceptionCodes MISSING_ENVIRONMENT
public static final XacmlSdkExceptionCodes CATEGORY_IS_NULL
public static XacmlSdkExceptionCodes[] values()
for (XacmlSdkExceptionCodes c : XacmlSdkExceptionCodes.values()) System.out.println(c);
public static XacmlSdkExceptionCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static XacmlSdkExceptionCodes fromValue(java.lang.String v)
Copyright © 2013-2019. All Rights Reserved.