Package com.denodo.commons
Class User
java.lang.Object
com.denodo.commons.User
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchedulerUser
An User identifies an unique person in the system by the login and the
encrypted password.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
User
- Parameters:
login- the name of the user.encryptedPassword- the password of the user encrypted
-
-
Method Details