Package com.atlassian.confluence.it
Class UserWithKey
- java.lang.Object
-
- com.atlassian.confluence.it.User
-
- com.atlassian.confluence.it.UserWithKey
-
- All Implemented Interfaces:
Entity
,LinkableContent
,TitledContent
@Deprecated public class UserWithKey extends User
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.api.model.person.UserWithDetails} alternativeThe login details of a given user.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.it.User
User.Simpsons
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.it.User
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getKey()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.it.User
asUserWithDetails, getDisplayName, getEmail, getFullName, getHttpBasicAuthHeaders, getName, getNameField, getPassword, getTitle, getUrl, getUrlBuilder, getUsername, getUserPopupUrl, isAnonymous
-
-
-
-
Constructor Detail
-
UserWithKey
public UserWithKey(String key, String username, String password, String fullName, String email)
Deprecated.Constructs a fully formed User object with all fields set.- Parameters:
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.
-
-