eu.emi.security.authn.x509
public static enum StoreUpdateListener.Severity extends Enum<StoreUpdateListener.Severity>
Enum Constant and Description |
---|
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).
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final StoreUpdateListener.Severity ERROR
public static final StoreUpdateListener.Severity WARNING
public static final StoreUpdateListener.Severity NOTIFICATION
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 nameNullPointerException
- if the argument is nullCopyright © 2012-2014 European Middleware Initiative. All Rights Reserved.