Password (record)
Represents a password that will not displayed to the UI but can be persisted.
API
Password.java
record Password {
Password of(String password)
String getPassword() (1)
boolean checkPassword(String password)
String toString()
}
1 | getPassword()
|