Class BaseVOMSESLookupStrategy

java.lang.Object
org.italiangrid.voms.request.impl.BaseVOMSESLookupStrategy
All Implemented Interfaces:
VOMSESLookupStrategy
Direct Known Subclasses:
DefaultVOMSESLookupStrategy

public class BaseVOMSESLookupStrategy extends Object implements VOMSESLookupStrategy
A base VOMSES lookup strategy which just run a existence check on a given list of paths.
  • Field Details

    • checkedPaths

      private final List<String> checkedPaths
  • Constructor Details

    • BaseVOMSESLookupStrategy

      public BaseVOMSESLookupStrategy()
    • BaseVOMSESLookupStrategy

      public BaseVOMSESLookupStrategy(List<String> checkedPaths)
  • Method Details