Class BaseVOMSESLookupStrategy
- java.lang.Object
-
- org.italiangrid.voms.request.impl.BaseVOMSESLookupStrategy
-
- All Implemented Interfaces:
VOMSESLookupStrategy
- Direct Known Subclasses:
DefaultVOMSESLookupStrategy
public class BaseVOMSESLookupStrategy extends java.lang.Object implements VOMSESLookupStrategy
A base VOMSES lookup strategy which just run a existence check on a given list of paths.- Author:
- Andrea Ceccanti
-
-
Constructor Summary
Constructors Constructor Description BaseVOMSESLookupStrategy()
BaseVOMSESLookupStrategy(java.util.List<java.lang.String> checkedPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPath(java.lang.String vomsesPath)
java.util.List<java.io.File>
lookupVomsesInfo()
java.util.List<java.lang.String>
searchedPaths()
-
-
-
Method Detail
-
lookupVomsesInfo
public java.util.List<java.io.File> lookupVomsesInfo()
- Specified by:
lookupVomsesInfo
in interfaceVOMSESLookupStrategy
- Returns:
- a
List
ofFile
objects that can be used to parse VOMSES information.
-
searchedPaths
public java.util.List<java.lang.String> searchedPaths()
- Specified by:
searchedPaths
in interfaceVOMSESLookupStrategy
- Returns:
- a
List
of the paths that have been looked up to findFile
objects that can be used to parse VOMSES information.
-
addPath
public void addPath(java.lang.String vomsesPath)
-
-