Package org.zaproxy.clientapi.gen
Class Authentication
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated
-
- org.zaproxy.clientapi.gen.Authentication
-
public class Authentication extends AuthenticationDeprecated
This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Authentication(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
getAuthenticationMethod(java.lang.String contextid)
Gets the name of the authentication method for the context with the given ID.ApiResponse
getAuthenticationMethodConfigParams(java.lang.String authmethodname)
Gets the configuration parameters for the authentication method with the given name.ApiResponse
getLoggedInIndicator(java.lang.String contextid)
Gets the logged in indicator for the context with the given ID.ApiResponse
getLoggedOutIndicator(java.lang.String contextid)
Gets the logged out indicator for the context with the given ID.ApiResponse
getSupportedAuthenticationMethods()
Gets the name of the authentication methods.ApiResponse
setAuthenticationMethod(java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams)
Sets the authentication method for the context with the given ID.ApiResponse
setLoggedInIndicator(java.lang.String contextid, java.lang.String loggedinindicatorregex)
Sets the logged in indicator for the context with the given ID.ApiResponse
setLoggedOutIndicator(java.lang.String contextid, java.lang.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 Detail
-
Authentication
public Authentication(ClientApi api)
-
-
Method Detail
-
getSupportedAuthenticationMethods
public ApiResponse getSupportedAuthenticationMethods() throws ClientApiException
Gets the name of the authentication methods.- Throws:
ClientApiException
-
getAuthenticationMethodConfigParams
public ApiResponse getAuthenticationMethodConfigParams(java.lang.String authmethodname) throws ClientApiException
Gets the configuration parameters for the authentication method with the given name.- Throws:
ClientApiException
-
getAuthenticationMethod
public ApiResponse getAuthenticationMethod(java.lang.String contextid) throws ClientApiException
Gets the name of the authentication method for the context with the given ID.- Throws:
ClientApiException
-
getLoggedInIndicator
public ApiResponse getLoggedInIndicator(java.lang.String contextid) throws ClientApiException
Gets the logged in indicator for the context with the given ID.- Throws:
ClientApiException
-
getLoggedOutIndicator
public ApiResponse getLoggedOutIndicator(java.lang.String contextid) throws ClientApiException
Gets the logged out indicator for the context with the given ID.- Throws:
ClientApiException
-
setAuthenticationMethod
public ApiResponse setAuthenticationMethod(java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams) throws ClientApiException
Sets the authentication method for the context with the given ID.- Throws:
ClientApiException
-
setLoggedInIndicator
public ApiResponse setLoggedInIndicator(java.lang.String contextid, java.lang.String loggedinindicatorregex) throws ClientApiException
Sets the logged in indicator for the context with the given ID.- Throws:
ClientApiException
-
setLoggedOutIndicator
public ApiResponse setLoggedOutIndicator(java.lang.String contextid, java.lang.String loggedoutindicatorregex) throws ClientApiException
Sets the logged out indicator for the context with the given ID.- Throws:
ClientApiException
-
-