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