Package org.italiangrid.voms.request
Interface VOMSESLookupStrategy
-
- All Known Implementing Classes:
BaseVOMSESLookupStrategy
,DefaultVOMSESLookupStrategy
public interface VOMSESLookupStrategy
An strategy for building a list ofFile
objects which will provide access to the local trusted VOMS server contact information.
-
-
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
List
ofFile
objects that can be used to parse VOMSES information.
-
searchedPaths
java.util.List<java.lang.String> searchedPaths()
- Returns:
- a
List
of the paths that have been looked up to findFile
objects that can be used to parse VOMSES information.
-
-