Package org.italiangrid.voms.request
Interface VOMSServerInfoStore
- All Known Implementing Classes:
DefaultVOMSServerInfoStore
public interface VOMSServerInfoStore
A store containing the contact information for locally trusted VOMS servers.
- Author:
- Andrea Ceccanti
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds aVOMSServerInfoto thisVOMSServerInfoStore.Returns a set of allVOMSServerInfoobjects in thisVOMSServerInfoStore.getVOMSServerInfo(String voName) Returns a set ofVOMSServerInfoobject matching a vo name or alias passed as argument.
-
Method Details
-
getVOMSServerInfo
Returns a set ofVOMSServerInfoobject matching a vo name or alias passed as argument.- Parameters:
voName- a VO name- Returns:
- a possibly empty set of
VOMSServerInfoobject matching the vo name or alias passed as argument
-
getVOMSServerInfo
Set<VOMSServerInfo> getVOMSServerInfo()Returns a set of allVOMSServerInfoobjects in thisVOMSServerInfoStore.- Returns:
- a possibly empty set of all
VOMSServerInfoobjects in thisVOMSServerInfoStore.
-
addVOMSServerInfo
Adds aVOMSServerInfoto thisVOMSServerInfoStore.- Parameters:
info- theVOMSServerInfoobject to add.
-