Class ConjurConfig
- java.lang.Object
-
- com.cyberark.conjur.springboot.core.env.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConjurConfiggetInstance()StringmapProperty(String name)
-
-
-
Method Detail
-
getInstance
public static ConjurConfig getInstance()
- Returns:
- unique instance of class.
-
-