Class RunZapAttackStepParameters


  • public class RunZapAttackStepParameters
    extends Object
    • Constructor Detail

      • RunZapAttackStepParameters

        public RunZapAttackStepParameters​(String scanPolicyName,
                                          int user,
                                          int contextId,
                                          boolean recurse,
                                          boolean inScopeOnly,
                                          String method,
                                          String postData)
    • Method Detail

      • getScanPolicyName

        public String getScanPolicyName()
      • getUser

        public int getUser()
      • getContextId

        public int getContextId()
      • getRecurse

        public boolean getRecurse()
      • getInScopeOnly

        public boolean getInScopeOnly()
      • getMethod

        public String getMethod()
      • getPostData

        public String getPostData()