Class RecordingRedactor


  • public class RecordingRedactor
    extends java.lang.Object
    This class used to redact the sensitive information when recording
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String redact​(java.lang.String redactableString)
      Redact the sensitive information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecordingRedactor

        public RecordingRedactor()
    • Method Detail

      • redact

        public java.lang.String redact​(java.lang.String redactableString)
        Redact the sensitive information.
        Parameters:
        redactableString - the content that will be scan through
        Returns:
        the redacted content