Package org.italiangrid.voms.request
Interface VOMSESLookupStrategy
-
- All Known Implementing Classes:
BaseVOMSESLookupStrategy,DefaultVOMSESLookupStrategy
public interface VOMSESLookupStrategyAn strategy for building a list ofFileobjects which will provide access to the local trusted VOMS server contact information.- Author:
- Andrea Ceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.io.File>lookupVomsesInfo()java.util.List<java.lang.String>searchedPaths()
-
-
-
Method Detail
-
lookupVomsesInfo
java.util.List<java.io.File> lookupVomsesInfo()
- Returns:
- a
ListofFileobjects that can be used to parse VOMSES information.
-
searchedPaths
java.util.List<java.lang.String> searchedPaths()
- Returns:
- a
Listof the paths that have been looked up to findFileobjects that can be used to parse VOMSES information.
-
-