Skip to content

ApiGen_authentication

thc202 edited this page Aug 17, 2019 · 7 revisions

ZAP 2.8.0 API

Component: authentication

Name Type Parameters Description
getSupportedAuthenticationMethods view Gets the name of the authentication methods.
getAuthenticationMethodConfigParams view authMethodName* Gets the configuration parameters for the authentication method with the given name.
getAuthenticationMethod view contextId* Gets the name of the authentication method for the context with the given ID.
getLoggedInIndicator view contextId* Gets the logged in indicator for the context with the given ID.
getLoggedOutIndicator view contextId* Gets the logged out indicator for the context with the given ID.
setAuthenticationMethod action contextId* authMethodName* authMethodConfigParams Sets the authentication method for the context with the given ID.
setLoggedInIndicator action contextId* loggedInIndicatorRegex* Sets the logged in indicator for the context with the given ID.
setLoggedOutIndicator action contextId* loggedOutIndicatorRegex* Sets the logged out indicator for the context with the given ID.

Starred parameters are mandatory

Back to index

Clone this wiki locally