public interface StoreUpdateListener
Modifier and Type | Interface and Description |
---|---|
static class |
StoreUpdateListener.Severity |
Modifier and Type | Field and Description |
---|---|
static String |
CA_CERT |
static String |
CRL |
static String |
EACL_NAMESPACE |
static String |
EUGRIDPMA_NAMESPACE |
static String |
OCSP |
Modifier and Type | Method and Description |
---|---|
void |
loadingNotification(String location,
String type,
StoreUpdateListener.Severity level,
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 String CA_CERT
static final String CRL
static final String EACL_NAMESPACE
static final String EUGRIDPMA_NAMESPACE
static final String OCSP
void loadingNotification(String location, String type, StoreUpdateListener.Severity level, 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.Copyright © 2012–2015 European Middleware Initiative. All rights reserved.