Class ForcedUserDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ForcedUserDeprecated
-
- Direct Known Subclasses:
ForcedUser
public class ForcedUserDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description ForcedUserDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
setForcedUser(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
setForcedUserModeEnabled(java.lang.String apikey, boolean bool)
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
-
ForcedUserDeprecated
public ForcedUserDeprecated(ClientApi api)
-
-
Method Detail
-
setForcedUser
@Deprecated public ApiResponse setForcedUser(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
-
setForcedUserModeEnabled
@Deprecated public ApiResponse setForcedUserModeEnabled(java.lang.String apikey, boolean bool) 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
-
-