Class BaseVOMSESLookupStrategy

    • Constructor Detail

      • BaseVOMSESLookupStrategy

        public BaseVOMSESLookupStrategy()
      • BaseVOMSESLookupStrategy

        public BaseVOMSESLookupStrategy​(java.util.List<java.lang.String> checkedPaths)
    • Method Detail

      • lookupVomsesInfo

        public java.util.List<java.io.File> lookupVomsesInfo()
        Specified by:
        lookupVomsesInfo in interface VOMSESLookupStrategy
        Returns:
        a List of File objects that can be used to parse VOMSES information.
      • searchedPaths

        public java.util.List<java.lang.String> searchedPaths()
        Specified by:
        searchedPaths in interface VOMSESLookupStrategy
        Returns:
        a List of the paths that have been looked up to find File objects that can be used to parse VOMSES information.
      • addPath

        public void addPath​(java.lang.String vomsesPath)