Class UsersDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.UsersDeprecated
- Direct Known Subclasses:
Users
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.removeUser(String apikey, String contextid, String userid) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setAuthenticationCredentials(String apikey, String contextid, String userid, String authcredentialsconfigparams) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setUserEnabled(String apikey, String contextid, String userid, String enabled) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setUserName(String apikey, String contextid, String userid, String name) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
Constructor Details
-
UsersDeprecated
-
-
Method Details
-
newUser
@Deprecated public ApiResponse newUser(String apikey, String contextid, String name) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
removeUser
@Deprecated public ApiResponse removeUser(String apikey, String contextid, String userid) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setUserEnabled
@Deprecated public ApiResponse setUserEnabled(String apikey, String contextid, String userid, String enabled) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setUserName
@Deprecated public ApiResponse setUserName(String apikey, String contextid, String userid, String name) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setAuthenticationCredentials
@Deprecated public ApiResponse setAuthenticationCredentials(String apikey, String contextid, String userid, String authcredentialsconfigparams) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
ClientApiconstructors that allow to set the API key (e.g.