public interface VOMSTrustStoreStatusListener
Modifier and Type | Method and Description |
---|---|
void |
notifyCertficateLookupEvent(java.lang.String dir)
Informs that certificates are being looked for in the directory passed as
argument
|
void |
notifyCertificateLoadEvent(java.security.cert.X509Certificate cert,
java.io.File f)
Informs that a VOMS AA certificate has been loaded in the store
|
void |
notifyLSCLoadEvent(LSCInfo lsc,
java.io.File f)
Informs that VOMS LSC information has been loaded in the store
|
void |
notifyLSCLookupEvent(java.lang.String dir)
Informs that VOMS LSC file information is being looked for in the directory
passed as argument.
|
void notifyCertficateLookupEvent(java.lang.String dir)
dir
- the directory where certificates are being looked forvoid notifyLSCLookupEvent(java.lang.String dir)
dir
- the directory where certificates are being looked forvoid notifyCertificateLoadEvent(java.security.cert.X509Certificate cert, java.io.File f)
cert
- the VOMS AA certificate loadedf
- the file from which the certificate has been loadedvoid notifyLSCLoadEvent(LSCInfo lsc, java.io.File f)
lsc
- the loaded VOMS LSC informationf
- the file from which the LSC information has been loaded