Package org.zaproxy.clientapi.gen
Class Authentication
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated
org.zaproxy.clientapi.gen.Authentication
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticationMethod(String contextid) Gets the name of the authentication method for the context with the given ID.getAuthenticationMethodConfigParams(String authmethodname) Gets the configuration parameters for the authentication method with the given name.getLoggedInIndicator(String contextid) Gets the logged in indicator for the context with the given ID.getLoggedOutIndicator(String contextid) Gets the logged out indicator for the context with the given ID.Gets the name of the authentication methods.setAuthenticationMethod(String contextid, String authmethodname, String authmethodconfigparams) Sets the authentication method for the context with the given ID.setLoggedInIndicator(String contextid, String loggedinindicatorregex) Sets the logged in indicator for the context with the given ID.setLoggedOutIndicator(String contextid, String loggedoutindicatorregex) Sets the logged out indicator for the context with the given ID.Methods inherited from class org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated
setAuthenticationMethod, setLoggedInIndicator, setLoggedOutIndicator
-
Constructor Details
-
Authentication
-
-
Method Details
-
getSupportedAuthenticationMethods
Gets the name of the authentication methods.- Throws:
ClientApiException
-
getAuthenticationMethodConfigParams
public ApiResponse getAuthenticationMethodConfigParams(String authmethodname) throws ClientApiException Gets the configuration parameters for the authentication method with the given name.- Throws:
ClientApiException
-
getAuthenticationMethod
Gets the name of the authentication method for the context with the given ID.- Throws:
ClientApiException
-
getLoggedInIndicator
Gets the logged in indicator for the context with the given ID.- Throws:
ClientApiException
-
getLoggedOutIndicator
Gets the logged out indicator for the context with the given ID.- Throws:
ClientApiException
-
setAuthenticationMethod
public ApiResponse setAuthenticationMethod(String contextid, String authmethodname, String authmethodconfigparams) throws ClientApiException Sets the authentication method for the context with the given ID.- Throws:
ClientApiException
-
setLoggedInIndicator
public ApiResponse setLoggedInIndicator(String contextid, String loggedinindicatorregex) throws ClientApiException Sets the logged in indicator for the context with the given ID.- Throws:
ClientApiException
-
setLoggedOutIndicator
public ApiResponse setLoggedOutIndicator(String contextid, String loggedoutindicatorregex) throws ClientApiException Sets the logged out indicator for the context with the given ID.- Throws:
ClientApiException
-