Class ControllerUtils
- java.lang.Object
-
- org.kie.workbench.common.screens.server.management.utils.ControllerUtils
-
public final class ControllerUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCFG_KIE_CONTROLLER_PASSWORDstatic StringCFG_KIE_CONTROLLER_TOKENstatic StringCFG_KIE_CONTROLLER_USERstatic StringKIE_SERVER_CONTROLLERSettings used to connect to KIE Server Controller
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesgetConfigProps()static StringgetControllerPassword()static StringgetControllerToken()static StringgetControllerURL()static StringgetControllerUser()static booleanisOpenShiftSupported()static booleanuseEmbeddedController()
-
-
-
Field Detail
-
KIE_SERVER_CONTROLLER
public static final String KIE_SERVER_CONTROLLER
Settings used to connect to KIE Server Controller- See Also:
- Constant Field Values
-
CFG_KIE_CONTROLLER_USER
public static final String CFG_KIE_CONTROLLER_USER
- See Also:
- Constant Field Values
-
CFG_KIE_CONTROLLER_PASSWORD
public static final String CFG_KIE_CONTROLLER_PASSWORD
- See Also:
- Constant Field Values
-
CFG_KIE_CONTROLLER_TOKEN
public static final String CFG_KIE_CONTROLLER_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigProps
public static Properties getConfigProps()
-
useEmbeddedController
public static boolean useEmbeddedController()
-
getControllerURL
public static String getControllerURL()
-
getControllerUser
public static String getControllerUser()
-
getControllerPassword
public static String getControllerPassword()
-
getControllerToken
public static String getControllerToken()
-
isOpenShiftSupported
public static boolean isOpenShiftSupported()
-
-