Uses of Class
ai.nightfall.scan.model.ScanTextConfig
Packages that use ScanTextConfig
-
Uses of ScanTextConfig in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return ScanTextConfigModifier and TypeMethodDescriptionstatic ScanTextConfigScanTextConfig.fromDetectionRules(List<DetectionRule> detectionRules, int contextBytes) Create a scan configuration with the provided detection rules.static ScanTextConfigScanTextConfig.fromDetectionRuleUUIDs(List<UUID> detectionRuleUUIDs, int contextBytes) Create a scan configuration with the provided detection rules.ScanTextRequest.getConfig()Get the request scan configuration.Methods in ai.nightfall.scan.model with parameters of type ScanTextConfigModifier and TypeMethodDescriptionvoidScanTextRequest.setConfig(ScanTextConfig config) Set the request scan configuration.Constructors in ai.nightfall.scan.model with parameters of type ScanTextConfigModifierConstructorDescriptionScanTextRequest(List<String> payload, ScanTextConfig config) Create a request to scan the providedpayloadagainst the provided scanning configurationconfig.