public class PasswordConfig
extends java.lang.Object
toString() will return a fixed mask.
getValue() will return the real password stored.| Constructor and Description |
|---|
PasswordConfig(java.lang.String value)
Construct a Password wrapper
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
Return the real password
|
int |
hashCode() |
java.lang.String |
toString() |
public PasswordConfig(java.lang.String value)
value - the password to wrappublic java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020–2022 Axual B.V.. All rights reserved.