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