Class RedactedString


  • public abstract class RedactedString
    extends Object
    Holder class for string values that should not be logged and displayed when toString method called. For example, it should be used for credentials.
    • Constructor Detail

      • RedactedString

        public RedactedString()