|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Protocol.TrustType>
com.adobe.xfa.protocol.Protocol.TrustType
public static enum Protocol.TrustType
An enumeration of trust enforcement rules.
| Enum Constant Summary | |
|---|---|
CROSS_DOMAIN
Trust cross domain URLs. |
|
DATA_INJECTION
Trust URLs coming from data. |
|
SCRIPT_INJECTION
Trust URLs coming from script. |
|
URL
Trust url. |
|
| Method Summary | |
|---|---|
static Protocol.TrustType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Protocol.TrustType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Protocol.TrustType URL
public static final Protocol.TrustType CROSS_DOMAIN
public static final Protocol.TrustType DATA_INJECTION
public static final Protocol.TrustType SCRIPT_INJECTION
| Method Detail |
|---|
public static Protocol.TrustType[] values()
for (Protocol.TrustType c : Protocol.TrustType.values()) System.out.println(c);
public static Protocol.TrustType 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
java.lang.NullPointerException - if the argument is null
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||