Class UserPasswordAuthenticationRequest

java.lang.Object
io.goobi.viewer.model.security.authentication.model.UserPasswordAuthenticationRequest
Direct Known Subclasses:
BibliothecaAuthenticationRequest

public class UserPasswordAuthenticationRequest extends Object

UserPasswordAuthenticationRequest class.

Author:
Florian Alpers
  • Field Details

    • username

      protected String username
    • password

      protected String password
  • Constructor Details

    • UserPasswordAuthenticationRequest

      public UserPasswordAuthenticationRequest()

      Constructor for XServiceAuthenticationRequest.

    • UserPasswordAuthenticationRequest

      public UserPasswordAuthenticationRequest(String username, String password)

      Constructor for XServiceAuthenticationRequest.

      Parameters:
      username - a String object.
      password - a String object.
  • Method Details

    • getUsername

      public String getUsername()

      Getter for the field username.

      Returns:
      the username
    • getPassword

      public String getPassword()

      Getter for the field password.

      Returns:
      the password
    • setUsername

      public void setUsername(String username)

      Setter for the field username.

      Parameters:
      username - the username to set
    • setPassword

      public void setPassword(String password)

      Setter for the field password.

      Parameters:
      password - the password to set
    • toString

      public String toString()
      Overrides:
      toString in class Object