Package com.platformlib.process.api
Interface MaskedValue
-
- All Superinterfaces:
javax.security.auth.Destroyable
- All Known Implementing Classes:
MaskedPassword
public interface MaskedValue extends javax.security.auth.DestroyableA value which should be masked before logging. For example: password. The methodObject.toString()should return masked value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSourceValue()Get source value.
-