Package step.client.controller
Class ControllerServicesClient
- java.lang.Object
-
- step.client.AbstractRemoteClient
-
- step.client.controller.ControllerServicesClient
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class ControllerServicesClient extends AbstractRemoteClient
-
-
Field Summary
-
Fields inherited from class step.client.AbstractRemoteClient
client, cookies, credentials
-
-
Constructor Summary
Constructors Constructor Description ControllerServicesClient()
ControllerServicesClient(ControllerCredentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeMyPassword(String newPwd)
void
shutdownController()
-
Methods inherited from class step.client.AbstractRemoteClient
close, executeRequest, notImplemented, requestBuilder, requestBuilder
-
-
-
-
Constructor Detail
-
ControllerServicesClient
public ControllerServicesClient()
-
ControllerServicesClient
public ControllerServicesClient(ControllerCredentials credentials)
-
-
Method Detail
-
shutdownController
public void shutdownController()
-
changeMyPassword
public void changeMyPassword(String newPwd)
-
-