Class HashPasswordResponse

All Implemented Interfaces:
Serializable

public class HashPasswordResponse extends AuthenticationResponse
Response to a login request
See Also:
  • Constructor Details

    • HashPasswordResponse

      public HashPasswordResponse()
      Create an instance
  • Method Details

    • getHash

      public String getHash()
      Get the password hash
      Returns:
      password hash
    • setHash

      public void setHash(String value)
      Set the password hash
      Parameters:
      value - password hash