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