|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSTrustStoreStatusListener
This interface used to notify interested listeners in status changes of a VOMS trust store.
Method Summary | |
---|---|
void |
notifyCertficateLookupEvent(String dir)
Informs that certificates are being looked for in the directory passed as argument |
void |
notifyCertificateLoadEvent(X509Certificate cert,
File f)
Informs that a VOMS AA certificate has been loaded in the store |
void |
notifyLSCLoadEvent(LSCInfo lsc,
File f)
Informs that VOMS LSC information has been loaded in the store |
void |
notifyLSCLookupEvent(String dir)
Informs that VOMS LSC file information is being looked for in the directory passed as argument. |
Method Detail |
---|
void notifyCertficateLookupEvent(String dir)
dir
- the directory where certificates are being looked forvoid notifyLSCLookupEvent(String dir)
dir
- the directory where certificates are being looked forvoid notifyCertificateLoadEvent(X509Certificate cert, File f)
cert
- the VOMS AA certificate loadedf
- the file from which the certificate has been loadedvoid notifyLSCLoadEvent(LSCInfo lsc, File f)
lsc
- the loaded VOMS LSC informationf
- the file from which the LSC information has been loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |