Class ForcedUserDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.ForcedUserDeprecated
- Direct Known Subclasses:
ForcedUser
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetForcedUser(String apikey, String contextid, String userid) Deprecated.setForcedUserModeEnabled(String apikey, boolean bool) 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
-
ForcedUserDeprecated
-
-
Method Details
-
setForcedUser
@Deprecated public ApiResponse setForcedUser(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
-
setForcedUserModeEnabled
@Deprecated public ApiResponse setForcedUserModeEnabled(String apikey, boolean bool) 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.