|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StoreUpdateListener.Severity>
eu.emi.security.authn.x509.StoreUpdateListener.Severity
public static enum StoreUpdateListener.Severity
Enum Constant Summary | |
---|---|
ERROR
Signifies that the problem was critical, i.e. the CRL or certificate was not loaded. |
|
NOTIFICATION
Plain notification about successful update of the store. |
|
WARNING
Signifies that the problem was not critical, i.e. the CRL or certificate was loaded but with some problems (e.g. only previously cached version was loaded, not the source object or the certificate is expired). |
Method Summary | |
---|---|
static StoreUpdateListener.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoreUpdateListener.Severity[] |
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 StoreUpdateListener.Severity ERROR
public static final StoreUpdateListener.Severity WARNING
public static final StoreUpdateListener.Severity NOTIFICATION
Method Detail |
---|
public static StoreUpdateListener.Severity[] values()
for (StoreUpdateListener.Severity c : StoreUpdateListener.Severity.values()) System.out.println(c);
public static StoreUpdateListener.Severity valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |