Package org.hawaiiframework.logging.util
Interface PasswordMasker
-
- All Known Implementing Classes:
JsonPasswordMasker,UriQueryStringPasswordMasker,XmlAttributePasswordMasker
public interface PasswordMaskerClass that tries to mask a password in a string. The implementation tries to mask a field for a specific format, for instance JSON or XML.- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(MaskedPasswordBuilder builder)Did the masked find a match and could it be masked?
-
-
-
Method Detail
-
matches
boolean matches(MaskedPasswordBuilder builder)
Did the masked find a match and could it be masked?
-
-