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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControllerCredentialsbuild()static Stringstatic Stringstatic Stringstatic voidstatic voidsetGlobalProperties(ControllerCredentials credentials)
-
Constructor Details
-
SyspropCredendialsBuilder
public SyspropCredendialsBuilder()
-
-
Method Details
-
build
-
setDefaultLocalProperties
public static void setDefaultLocalProperties() -
setGlobalProperties
-
getGlobalUrlProperty
-
getGlobalUsernameProperty
-
getGlobalPasswordProperty
-