Package org.italiangrid.voms.store
Interface VOMSTrustStoreStatusListener
- All Known Implementing Classes:
NullListener
public interface VOMSTrustStoreStatusListener
This interface used to notify interested listeners in status changes of a
VOMS trust store.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Informs that certificates are being looked for in the directory passed as argumentvoid
Informs that a VOMS AA certificate has been loaded in the storevoid
notifyLSCLoadEvent
(LSCInfo lsc, File f) Informs that VOMS LSC information has been loaded in the storevoid
Informs that VOMS LSC file information is being looked for in the directory passed as argument.
-
Method Details
-
notifyCertficateLookupEvent
Informs that certificates are being looked for in the directory passed as argument- Parameters:
dir
- the directory where certificates are being looked for
-
notifyLSCLookupEvent
Informs that VOMS LSC file information is being looked for in the directory passed as argument.- Parameters:
dir
- the directory where certificates are being looked for
-
notifyCertificateLoadEvent
Informs that a VOMS AA certificate has been loaded in the store- Parameters:
cert
- the VOMS AA certificate loadedf
- the file from which the certificate has been loaded
-
notifyLSCLoadEvent
Informs that VOMS LSC information has been loaded in the store- Parameters:
lsc
- the loaded VOMS LSC informationf
- the file from which the LSC information has been loaded
-