public static enum XMLSecurityManager.State extends Enum<XMLSecurityManager.State>
| Enum Constant and Description |
|---|
APIPROPERTY |
DEFAULT |
FSP |
JAXPDOTPROPERTIES |
SYSTEMPROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLSecurityManager.State DEFAULT
public static final XMLSecurityManager.State FSP
public static final XMLSecurityManager.State JAXPDOTPROPERTIES
public static final XMLSecurityManager.State SYSTEMPROPERTY
public static final XMLSecurityManager.State APIPROPERTY
public static XMLSecurityManager.State[] values()
for (XMLSecurityManager.State c : XMLSecurityManager.State.values()) System.out.println(c);
public static XMLSecurityManager.State 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 © 2018–2021 mhoffrogge. All rights reserved.