|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AdminDefinedSecureResourceConfig.RedactionMode>
com.bea.dsp.management.beans.AdminDefinedSecureResourceConfig.RedactionMode
public static enum AdminDefinedSecureResourceConfig.RedactionMode
Defines the redaction mode to be used when owing to security access control some element (or attribute) cannot be returned to the client as is.
Enum Constant Summary | |
---|---|
DEFAULTING
When the element (or attribute) is mandatory, it can be replaced by some default value of the same type as the element (or attribute). |
|
ENCRYPTION
Another option would be to have the value of the element (or attribute) encrypted. |
|
OMISSION
Remove the element (or attribute) from the returned result. |
Method Summary | |
---|---|
static AdminDefinedSecureResourceConfig.RedactionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdminDefinedSecureResourceConfig.RedactionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AdminDefinedSecureResourceConfig.RedactionMode OMISSION
public static final AdminDefinedSecureResourceConfig.RedactionMode DEFAULTING
public static final AdminDefinedSecureResourceConfig.RedactionMode ENCRYPTION
Method Detail |
---|
public static final AdminDefinedSecureResourceConfig.RedactionMode[] values()
for(AdminDefinedSecureResourceConfig.RedactionMode c : AdminDefinedSecureResourceConfig.RedactionMode.values()) System.out.println(c);
public static AdminDefinedSecureResourceConfig.RedactionMode 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 name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |