Class SimplePassword

java.lang.Object
io.agroal.api.security.SimplePassword
All Implemented Interfaces:
Serializable

public class SimplePassword extends Object implements Serializable
Credential that holds a secret string of characters to be used for authentication.
Author:
Luis Barreiro
See Also:
  • Constructor Details

    • SimplePassword

      public SimplePassword(String password)
    • SimplePassword

      public SimplePassword(char[] password)
  • Method Details