Class BaseVOMSESLookupStrategy
java.lang.Object
org.italiangrid.voms.request.impl.BaseVOMSESLookupStrategy
- All Implemented Interfaces:
VOMSESLookupStrategy
- Direct Known Subclasses:
DefaultVOMSESLookupStrategy
A base VOMSES lookup strategy which just run a existence check on a given
list of paths.
- Author:
- Andrea Ceccanti
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
BaseVOMSESLookupStrategy
public BaseVOMSESLookupStrategy() -
BaseVOMSESLookupStrategy
-
-
Method Details
-
lookupVomsesInfo
- Specified by:
lookupVomsesInfoin interfaceVOMSESLookupStrategy- Returns:
- a
ListofFileobjects that can be used to parse VOMSES information.
-
searchedPaths
- Specified by:
searchedPathsin interfaceVOMSESLookupStrategy- Returns:
- a
Listof the paths that have been looked up to findFileobjects that can be used to parse VOMSES information.
-
addPath
-