Package step.client.controller
Class ControllerServicesClient
- java.lang.Object
-
- step.client.AbstractRemoteClient
-
- step.client.controller.ControllerServicesClient
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.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 voidchangeMyPassword(java.lang.String newPwd)voidshutdownController()-
Methods inherited from class step.client.AbstractRemoteClient
close, executeRequest, notImplemented, requestBuilder, requestBuilder
-
-
-
-
Constructor Detail
-
ControllerServicesClient
public ControllerServicesClient()
-
ControllerServicesClient
public ControllerServicesClient(ControllerCredentials credentials)
-
-