Class HvlLdapAuthenticationModel

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

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

    • HvlLdapAuthenticationModel

      public HvlLdapAuthenticationModel()
  • 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