Class XmlAttributePasswordMasker

java.lang.Object
org.hawaiiframework.logging.util.XmlAttributePasswordMasker
All Implemented Interfaces:
PasswordMasker

public class XmlAttributePasswordMasker extends Object implements PasswordMasker
A password masker for XML tags.
Since:
2.0.0
  • Constructor Details

    • XmlAttributePasswordMasker

      public XmlAttributePasswordMasker()
  • Method Details

    • matches

      public boolean matches(MaskedPasswordBuilder builder)
      Description copied from interface: PasswordMasker
      Check if the builder matches the pattern could be masked.
      Specified by:
      matches in interface PasswordMasker
      Parameters:
      builder - a "string builder" that builds a string without the password fields.
      Returns:
      whether some masking has been done.