All Implemented Interfaces:
ScannerConstants, Describable<ScanMode>, Serializable

public class FullScan extends ScanMode
See Also:
  • Constructor Details

  • Method Details

    • setLoginType

      @DataBoundSetter public void setLoginType(String loginType)
    • getLoginType

      public String getLoginType()
    • setAccessId

      @DataBoundSetter public void setAccessId(String accessId)
    • getAccessId

      public String getAccessId()
    • setSecretKey

      @DataBoundSetter public void setSecretKey(String secretKey)
    • getSecretKey

      public String getSecretKey()
    • setTrafficFile

      @DataBoundSetter public void setTrafficFile(String trafficFile)
    • getTrafficFile

      public String getTrafficFile()
    • setExploreData

      @DataBoundSetter public void setExploreData(String exploreData)
    • getExploreData

      public String getExploreData()
    • isLoginType

      public String isLoginType(String loginTypeName)
    • configureScanProperties

      public Map<String,String> configureScanProperties(Map<String,String> properties, VariableResolver<String> resolver)
      Description copied from class: ScanMode
      Configure scan properties based on the provided properties and variable resolver.
      Specified by:
      configureScanProperties in class ScanMode
      Parameters:
      properties - The initial properties to configure.
      resolver - The variable resolver to use for resolving variables in the properties.
      Returns:
      A map of configured scan properties.