Package step.client.credentials
Class SyspropCredendialsBuilder
java.lang.Object
step.client.credentials.SyspropCredendialsBuilder
This class is a factory for controller credentials
It reads the controller host and credentials from the following system properties:
- rcHostname: the hostname of the controller
- rcPort: the port of the controller
- rcUsername: the username to be used for login
- rcPassword: the password to be used for login
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ControllerCredentials
build()
static String
static String
static String
static void
static void
setGlobalProperties
(ControllerCredentials credentials)
-
Constructor Details
-
SyspropCredendialsBuilder
public SyspropCredendialsBuilder()
-
-
Method Details
-
build
-
setDefaultLocalProperties
public static void setDefaultLocalProperties() -
setGlobalProperties
-
getGlobalUrlProperty
-
getGlobalUsernameProperty
-
getGlobalPasswordProperty
-