Package org.hawaiiframework.logging.util
Class PasswordMaskerUtil
- java.lang.Object
-
- org.hawaiiframework.logging.util.PasswordMaskerUtil
-
public class PasswordMaskerUtil extends Object
Class the mask passwords in a string, so log files will not contain plain text (or encrypted) passwords.- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Constructor Summary
Constructors Constructor Description PasswordMaskerUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmaskPasswordsIn(String input)Mask the password with***in theinput.
-