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.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.api.model.person.UserWithDetails} alternative
The 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
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.confluence.it.User
asUserWithDetails, getDisplayName, getEmail, getFullName, getHttpBasicAuthHeaders, getName, getNameField, getPassword, getTitle, getUrl, getUrlBuilder, getUsername, getUserPopupUrl, isAnonymous
-
Constructor Details
-
UserWithKey
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.
-
-
Method Details