public enum FakeVOMSACServiceProperties extends java.lang.Enum<FakeVOMSACServiceProperties>
Enum Constant and Description |
---|
AA_CERT |
AA_KEY |
FAKE |
FQANS |
HOST |
NOT_AFTER |
NOT_BEFORE |
PORT |
SERIAL |
VO |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName() |
java.lang.String |
getSystemPropertyValue() |
static FakeVOMSACServiceProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FakeVOMSACServiceProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FakeVOMSACServiceProperties FAKE
public static final FakeVOMSACServiceProperties AA_CERT
public static final FakeVOMSACServiceProperties AA_KEY
public static final FakeVOMSACServiceProperties VO
public static final FakeVOMSACServiceProperties FQANS
public static final FakeVOMSACServiceProperties HOST
public static final FakeVOMSACServiceProperties PORT
public static final FakeVOMSACServiceProperties NOT_BEFORE
public static final FakeVOMSACServiceProperties NOT_AFTER
public static final FakeVOMSACServiceProperties SERIAL
public static FakeVOMSACServiceProperties[] values()
for (FakeVOMSACServiceProperties c : FakeVOMSACServiceProperties.values()) System.out.println(c);
public static FakeVOMSACServiceProperties 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPropertyName()
public java.lang.String getSystemPropertyValue()