Class BaseVOMSESLookupStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • checkedPaths

        private final java.util.List<java.lang.String> checkedPaths
    • 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)