@Deprecated public class UserWithKey extends User
User.Simpsons
ADMIN, ANONYMOUS, APOSTROPHE, CONF_ADMIN, EVIL, LDAP_USER1, PROPERTY_USER_EMAIL_MIMETYPE, PROPERTY_USER_NOTIFY_FOR_MY_OWN_ACTIONS, PROPERTY_USER_SITE_HOMEPAGE, SPECIAL_CHARS, SYS_ADMIN, TEST, TEST2, UNICODE
Constructor and Description |
---|
UserWithKey(String key,
String username,
String password,
String fullName,
String email)
Deprecated.
Constructs a fully formed User object with all fields set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getKey()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
getDisplayName, getEmail, getFullName, getName, getNameField, getPassword, getTitle, getUrl, getUrlBuilder, getUsername, getUserPopupUrl, isAnonymous
public UserWithKey(String key, String username, String password, String fullName, String email)
key
- the id of the user.username
- the name the user uses to log into the system.password
- in plain text, the password the user uses to log into the system.fullName
- the user's full name.email
- the user's email address.Copyright © 2003–2015 Atlassian. All rights reserved.