public interface StoreUpdateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
StoreUpdateListener.Severity |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CA_CERT |
static java.lang.String |
CRL |
static java.lang.String |
EACL_NAMESPACE |
static java.lang.String |
EUGRIDPMA_NAMESPACE |
static java.lang.String |
OCSP |
| Modifier and Type | Method and Description |
|---|---|
void |
loadingNotification(java.lang.String location,
java.lang.String type,
StoreUpdateListener.Severity level,
java.lang.Exception cause)
Informs about an update related to loading of trust related material, like
loading or downloading a CA certificate, CRL or others.
|
static final java.lang.String CA_CERT
static final java.lang.String CRL
static final java.lang.String EACL_NAMESPACE
static final java.lang.String EUGRIDPMA_NAMESPACE
static final java.lang.String OCSP
void loadingNotification(java.lang.String location,
java.lang.String type,
StoreUpdateListener.Severity level,
java.lang.Exception cause)
location - not null location of the updated resource (URL or file path)type - not-null type of resource (CA certificate, CRL files etc)level - severity of the notificationcause - an exception thrown by a loading code, typically IOException. Can be null.
If not null, message of the exception should contain problem description.