Class HvlAuthAuthenticationRequestModel

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.cloud.client.model.HvlAuthAuthenticationRequestModel
All Implemented Interfaces:
Serializable

public class HvlAuthAuthenticationRequestModel extends Object implements Serializable
A data transfer object is used for authentication request.
See Also:
  • Constructor Details

    • HvlAuthAuthenticationRequestModel

      public HvlAuthAuthenticationRequestModel()
      Instantiates a new HvlAuthAuthenticationRequestModel.
    • HvlAuthAuthenticationRequestModel

      public HvlAuthAuthenticationRequestModel(String username)
      Instantiates a new HvlAuthAuthenticationRequestModel.
      Parameters:
      username - the username
    • HvlAuthAuthenticationRequestModel

      public HvlAuthAuthenticationRequestModel(String username, String password)
      Instantiates a new HvlAuthAuthenticationRequestModel.
      Parameters:
      username - the username
      password - the password
  • Method Details

    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets username.
      Parameters:
      username - the username
    • getPassword

      public String getPassword()
      Gets password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets password.
      Parameters:
      password - the password
    • getTenant

      public String getTenant()
      Gets tenant.
      Returns:
      the tenant
    • setTenant

      public void setTenant(String tenant)
      Sets tenant.
      Parameters:
      tenant - the tenant
    • getCaptchaVerificationCode

      public String getCaptchaVerificationCode()
      Gets captcha verification code.
      Returns:
      the captcha verification code
    • setCaptchaVerificationCode

      public void setCaptchaVerificationCode(String captchaVerificationCode)
      Sets captcha verification code.
      Parameters:
      captchaVerificationCode - the captcha verification code
    • getAuthenticationType

      public HvlAuthAuthenticationType getAuthenticationType()
      Gets authentication type.
      Returns:
      the authentication type
    • setAuthenticationType

      public void setAuthenticationType(HvlAuthAuthenticationType authenticationType)
      Sets authentication type.
      Parameters:
      authenticationType - the authentication type