Package org.zaproxy.zap.extension.api

Examples of org.zaproxy.zap.extension.api.ApiAction


    private static final String PARAM_REVEAL = "reveal";

    private final ExtensionReveal extension;

    public RevealAPI(ExtensionReveal extension) {
        this.addApiAction(new ApiAction(ACTION_SET_REVEAL, new String[] { PARAM_REVEAL }));

        this.addApiView(new ApiView(VIEW_REVEAL));

        this.extension = extension;
    }
View Full Code Here

TOP

Related Classes of org.zaproxy.zap.extension.api.ApiAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.