Package org.hawaiiframework.logging.util
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
- Author:
- Rutger Lubbers
-
-
Constructor Summary
Constructors Constructor Description XmlAttributePasswordMasker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(MaskedPasswordBuilder builder)
Did the masked find a match and could it be masked?
-
-
-
Method Detail
-
matches
public boolean matches(MaskedPasswordBuilder builder)
Did the masked find a match and could it be masked?- Specified by:
matches
in interfacePasswordMasker
-
-