Interface ShellSessionManager.RedactionRule
- All Known Implementing Classes:
ShellSessionManager.PatternRedactionRule
- Enclosing class:
- ShellSessionManager
public static interface ShellSessionManager.RedactionRule
Redaction rule for sanitizing command output.
-
Method Summary
Modifier and TypeMethodDescriptionapplyWithMatches(String content) Apply redaction to content and return redacted content with matches.Get the PII type this rule detects.
-
Method Details
-
applyWithMatches
Apply redaction to content and return redacted content with matches. -
getPiiType
String getPiiType()Get the PII type this rule detects.
-