public interface VOMSServerInfoStoreListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyNoValidVOMSESError(java.util.List<java.lang.String> searchedPaths)
Informs that no valid VOMS information was found on the system.
|
void |
notifyVOMSESInformationLoaded(java.lang.String vomsesPath,
VOMSServerInfo info)
Informs that VOMSES information was succesfully loaded from a given path
|
void |
notifyVOMSESlookup(java.lang.String vomsesPath)
Informs that VOMSES is being search at the path passed as argument
|
void notifyNoValidVOMSESError(java.util.List<java.lang.String> searchedPaths)
searchedPaths - the list of searched pathsvoid notifyVOMSESlookup(java.lang.String vomsesPath)
vomsesPath - the path where VOMSES information are being looked forvoid notifyVOMSESInformationLoaded(java.lang.String vomsesPath,
VOMSServerInfo info)
vomsesPath - the path where VOMSES information was loaded frominfo - the VOMSServerInfo voms endpoint information