public class AuthorizationDeprecated
extends java.lang.Object
Constructor and Description |
---|
AuthorizationDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
setBasicAuthorizationDetectionMethod(java.lang.String apikey,
java.lang.String contextid,
java.lang.String headerregex,
java.lang.String bodyregex,
java.lang.String statuscode,
java.lang.String logicaloperator)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
public AuthorizationDeprecated(ClientApi api)
@Deprecated public ApiResponse setBasicAuthorizationDetectionMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String headerregex, java.lang.String bodyregex, java.lang.String statuscode, java.lang.String logicaloperator) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException