public static enum GlobalPolicyUtil.PolicyType extends Enum<GlobalPolicyUtil.PolicyType>
| Enum Constant and Description |
|---|
EEGranted
Configured EE permissions in the domain
|
EERestricted
Configured EE restriction list in the domain
|
ServerAllowed
Configured domain allowed list
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalPolicyUtil.PolicyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalPolicyUtil.PolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalPolicyUtil.PolicyType EEGranted
public static final GlobalPolicyUtil.PolicyType EERestricted
public static final GlobalPolicyUtil.PolicyType ServerAllowed
public static GlobalPolicyUtil.PolicyType[] values()
for (GlobalPolicyUtil.PolicyType c : GlobalPolicyUtil.PolicyType.values()) System.out.println(c);
public static GlobalPolicyUtil.PolicyType 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 © 2019. All rights reserved.