Class ConjurConfig


  • public class ConjurConfig
    extends Object
    This class loads the external configured conjur.properties file and resolves the keys values defined in properties file.
    • Method Detail

      • getInstance

        public static ConjurConfig getInstance()
        Returns:
        unique instance of class.
      • mapProperty

        public String mapProperty​(String name)
        Parameters:
        name - - key define at given property file.
        Returns:
        - corresponding value of key defined at given property file.