br.com.softplan.security.zap.api.authentication.AuthenticationHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zap-client-api Show documentation
Show all versions of zap-client-api Show documentation
Java client API for the OWASP Zed Attack Proxy (ZAP), built on top of the official ZAP Java API
The newest version!
package br.com.softplan.security.zap.api.authentication;
/**
* The implementations of this interface should be able to handle ZAP's
* authentication to ensure the scans will be authenticated.
*
* @author pdsec
*/
public interface AuthenticationHandler {
/**
* Handles all the necessary configuration and procedures to
* make sure ZAP's scan will be authenticated.
*
* @param targetUrl the URL of the target application.
*/
void handleAuthentication(String targetUrl);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy