Package net.continuumsecurity.web.steps

Examples of net.continuumsecurity.web.steps.InfrastructureSteps


    @Override
    public InjectableStepsFactory stepsFactory() {
        WebApplicationSteps ws = new WebApplicationSteps();
        return new InstanceStepsFactory(configuration(),
                ws,
                new InfrastructureSteps(),
                new NessusScanningSteps(),
                new AppScanningSteps());
    }
View Full Code Here


  @Override
  public InjectableStepsFactory stepsFactory() {
    WebApplicationSteps ws = new WebApplicationSteps();
    return new InstanceStepsFactory(configuration(),
        ws,
                new InfrastructureSteps(),
        new AppScanningSteps());
  }
View Full Code Here

TOP

Related Classes of net.continuumsecurity.web.steps.InfrastructureSteps

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.