Class User

java.lang.Object
com.denodo.commons.User
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchedulerUser

public class User extends Object implements Serializable
An User identifies an unique person in the system by the login and the encrypted password.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • User

      public User(String login, String encryptedPassword)
      Parameters:
      login - the name of the user.
      encryptedPassword - the password of the user encrypted
  • Method Details

    • getLogin

      public String getLogin()
    • getEncryptedPassword

      public String getEncryptedPassword()
    • setEncryptedPassword

      public void setEncryptedPassword(String encryptedPassword)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object