Password Represents a password that will not displayed to the UI but can be persisted. API Password.java class Password { Password(String password) boolean checkPassword(final String password) String toString() }