Uses of Class
com.atlassian.confluence.it.User
-
-
Uses of User in com.atlassian.confluence.htmlunit
Methods in com.atlassian.confluence.htmlunit with parameters of type User Modifier and Type Method Description static void
WebTesterAssertions. assertIsLoggedInAs(User user)
-
Uses of User in com.atlassian.confluence.it
Subclasses of User in com.atlassian.confluence.it Modifier and Type Class Description class
UserWithKey
Deprecated.Please use confluence-test-utils module instead.Fields in com.atlassian.confluence.it declared as User Modifier and Type Field Description static User
User. ADMIN
Deprecated.static User
User. ANONYMOUS
Deprecated.Represents anonymous users, i.e.static User
User. APOSTROPHE
Deprecated.A sample test user that contains an apostrophe in the username and fullname.static User
User.Simpsons. APU
Deprecated.since 5.6.static User
User.Simpsons. BART
Deprecated.since 5.6.static User
User. CONF_ADMIN
Deprecated.A sample administrator user.static User
User. EVIL
Deprecated.A sample test user that contains html markup in the username and fullname.static User
User.Simpsons. HOMER
Deprecated.since 5.6.protected User
AbstractContentEntity. lastModifier
Deprecated.static User
User. LDAP_USER1
Deprecated.A sample test user whose username contains every non-alphanumeric character on a standard keyboard.static User
User.Simpsons. MARGE
Deprecated.since 5.6.static User
User.Simpsons. NED
Deprecated.since 5.6.User
TestData. normalUser2
static User
User. SPECIAL_CHARS
Deprecated.static User
User. SYS_ADMIN
Deprecated.static User
User. TEST
Deprecated.since 5.6.static User
User. TEST2
Deprecated.since 5.6.static User
User. UNICODE
Deprecated.Methods in com.atlassian.confluence.it that return User Modifier and Type Method Description User
AcceptanceTestHelper. createTestUser()
Deprecated.User
TestUserFactory. createTestUser()
Deprecated.Create a new user on the server with a generated (and hopefully unique) name.User
TestUserFactory. generateTestUser()
Deprecated.Generate a User object with a generated (and hopefully unique) username.User
AbstractContentEntity. getLastModifier()
Deprecated.User
ContentEntity. getLastModifier()
Deprecated.User
Draft. getOwner()
Methods in com.atlassian.confluence.it with parameters of type User Modifier and Type Method Description void
HeadersHelper. addBasicAuthenticationHeader(User user, Map<String,String> requestHeaders)
void
Likes. addLikeForUser(long entityId, User user)
String
HeadersHelper. addRequestParemeterAuthentication(String url, User user)
static void
RestHelper. doDeleteJson(String url, User user)
Deprecated.static String
Space. getDefaultPersonalSpaceKey(User user)
Deprecated.static String
Space. getDefaultPersonalSpaceName(User user)
Deprecated.HeadersHelper.Response
HeadersHelper. getHeaders(String relativeUrl, User user)
Gets the response headers for a request using basic authentication.HeadersHelper.Response
HeadersHelper. getHeaders(String relativeUrl, User user, String userAgent)
HeadersHelper.Response
HeadersHelper. getHeadersFromAbsoluteUrl(String url, User user)
Gets the response headers for a request using Basic authentication.HeadersHelper.Response
HeadersHelper. getHeadersFromAbsoluteUrl(String url, User user, String userAgent)
com.sun.jersey.api.client.WebResource
AcceptanceTestHelper. getResource(String uri, User user)
Deprecated.void
DarkFeaturesHelper. loadEnabledSiteFeatures(User user, String... features)
static com.sun.jersey.api.client.WebResource.Builder
RestHelper. newJsonResource(String url, User user)
Deprecated.Returns a new web resource accepting JSON, with OS credentials for the passed user.static @NonNull com.sun.jersey.api.client.WebResource
RestHelper. newResource(@Nullable String url, @Nullable User user)
Deprecated.Returns a new web resource with OS credentials for the passed user.static com.sun.jersey.api.client.WebResource
RestHelper. newResource(User user)
Deprecated.since 5.6 UseRestHelper.newResource(String, User)
static Space
Space. personalSpaceFor(User user)
Deprecated.static org.codehaus.jackson.JsonNode
RestHelper. postJson(String url, String jsonPayload, User user)
Deprecated.static void
RestHelper. postJsonWithNoResponse(String url, String jsonPayload, User user)
Deprecated.void
AbstractContentEntity. setLastModifier(User lastModifier)
Deprecated.void
DarkFeaturesHelper. setUserEnabledFeatures(User user, String featureKeys)
Sets all Dark Features enabled for the given user.static String
PermissionUtils. toCheckboxName(Permission permission, User user)
Constructors in com.atlassian.confluence.it with parameters of type User Constructor Description Draft(User owner, ContentType type, String title, Space space)
Draft(User owner, ContentType type, String title, String content, Space space)
Draft(User owner, Page page, String title, String content)
Draft(User owner, String type, String title, String content, Page page, Space space)
Draft(User owner, String type, String title, String content, Space space)
Space(User user)
Deprecated. -
Uses of User in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin with parameters of type User Modifier and Type Method Description static DeleteUserProfilePicture
DeleteUserProfilePicture. deleteUserProfilePicture(User user)
static DeleteUserProfilePicture
DeleteUserProfilePicture. deleteUserProfilePicture(User user, net.sourceforge.jwebunit.junit.WebTester tester)
void
GlobalPermissions. grantPermission(GlobalPermission permission, User user)
boolean
ViewGroup. hasMember(User user)
boolean
ManageUsers. isUserDisabled(User user)
boolean
ManageUsers. isUserPresent(User user)
void
ViewGroup. removeUserFromGroup(User user)
void
AdminConsole. validateWebSudo(User user)
static ViewUser
ViewUser. view(User user)
static ViewUser
ViewUser. view(User user, net.sourceforge.jwebunit.junit.WebTester tester)
ViewUser
AdminConsole. viewUser(User user)
ViewUser
AdminConsole. viewUser(User user, net.sourceforge.jwebunit.junit.WebTester tester)
ViewUser
ManageUsers. viewUser(User user)
-
Uses of User in com.atlassian.confluence.it.analytics
Methods in com.atlassian.confluence.it.analytics with parameters of type User Modifier and Type Method Description boolean
AnalyticsEventReport.Event. isUser(User user)
Constructors in com.atlassian.confluence.it.analytics with parameters of type User Constructor Description AnalyticsHelper(User user, String baseUrl)
-
Uses of User in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return User Modifier and Type Method Description static User
ApiEntityConverter. convertApiPersonToItUser(Person person)
Methods in com.atlassian.confluence.it.api with parameters of type User Modifier and Type Method Description static User
ApiEntityConverter. convertItUserToApiUser(User user)
-
Uses of User in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type User Modifier and Type Method Description void
ShareContentHelper. share(long pageId, User user, String message, UserWithKey... usersToShareWith)
Share the specified page as the specified user with one or more users.void
ShareContentHelper. share(long pageId, User user, String message, String... emails)
Share the specified page as the specified user with one or more e-mail addressed. -
Uses of User in com.atlassian.confluence.it.export
Methods in com.atlassian.confluence.it.export with parameters of type User Modifier and Type Method Description static SimpleSiteStructure
Exporter. downloadAndParseExport(URL url, User user)
Download and parse xml backup into SimpleSiteStructure, useful to validate site exports in acceptance tests.static org.dom4j.Document
Exporter. downloadAndReadExport(URL url, User user)
static File
Exporter. downloadExportToTemp(URL url, User user)
-
Uses of User in com.atlassian.confluence.it.feed
Methods in com.atlassian.confluence.it.feed with parameters of type User Modifier and Type Method Description List<com.sun.syndication.feed.synd.SyndEntry>
FeedRetriever. getEntries(URL feedUrl, User user)
Deprecated.com.sun.syndication.feed.synd.SyndFeed
FeedRetriever. getFeed(URL feedUrl, User user)
Deprecated.URL
FeedBuilder. getUserFollowFeedURL(User user, FeedOptions feedOptions)
-
Uses of User in com.atlassian.confluence.it.global
Methods in com.atlassian.confluence.it.global with parameters of type User Modifier and Type Method Description static String
SiteSearch. formatUserAsAuthorField(User test)
SiteSearch
SiteSearch. setAuthor(User user)
-
Uses of User in com.atlassian.confluence.it.http
Methods in com.atlassian.confluence.it.http with parameters of type User Modifier and Type Method Description org.apache.http.client.protocol.HttpClientContext
HttpClientContextFactory. createAuthContextFor(User user)
-
Uses of User in com.atlassian.confluence.it.mail
Methods in com.atlassian.confluence.it.mail with parameters of type User Modifier and Type Method Description void
MailFacade. addMailboxesForUsers(User... users)
Deprecated.void
MailFacade. addMailboxForUser(User user)
Deprecated.void
MailServices. addUser(User user)
Adds a user to the mail service.static void
MailAssertions. assertCorrectMessageRecipients(MailFacade mailFacade, User user)
static void
MailAssertions. assertFirstRecipient(javax.mail.internet.MimeMessage message, User user)
static void
MailAssertions. assertHasMail(List<javax.mail.internet.MimeMessage> originalMessages, User user, String... htmlExcerpts)
Assert at least one email among those received by user matches all the excerpts.static void
MailAssertions. assertStandardHeaders(javax.mail.internet.MimeMessage message, User user, AbstractPageEntity page)
static javax.mail.internet.MimeMessage
MailUtils. extractFirstEmailAddressedTo(User user, List<javax.mail.internet.MimeMessage> allMessages)
static Iterable<javax.mail.internet.MimeMessage>
MailUtils. getEmailAddressedToUser(User user, List<javax.mail.internet.MimeMessage> allMessages)
static List<String>
MailAssertions. getMailForUser(List<javax.mail.internet.MimeMessage> messages, User user)
void
MailFacade. startMailServerOnly(User... additionalUsers)
Deprecated.Starts the mail server, but DOESN'T configure Confluence to use it.void
MailFacade. watchAsHtmlWithDiffs(User user)
Deprecated. -
Uses of User in com.atlassian.confluence.it.rest
Methods in com.atlassian.confluence.it.rest that return User Modifier and Type Method Description protected User
AbstractJUnit3RestAcceptanceTest. createTestUser()
Deprecated. -
Uses of User in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return types with arguments of type User Modifier and Type Method Description Collection<User>
NotificationsRpc. getWatchersForPage(AbstractPageEntity page)
Gets all watchers of a page.Methods in com.atlassian.confluence.it.rpc with parameters of type User Modifier and Type Method Description boolean
ConfluenceRpc. addUserToGroup(User user, Group group)
Deprecated.int
ConfluenceRpc. countDrafts(User user)
Deprecated.Space
ConfluenceRpc. createPersonalSpace(User user)
Deprecated.boolean
ConfluenceRpc. createUser(User user)
Deprecated.Adds the given userboolean
ConfluenceRpc. createUser(User user, boolean notifyUser)
Deprecated.Adds the given userboolean
ConfluenceRpc. editUser(User user)
Deprecated.Attempts to edit the details of the specified userboolean
ConfluenceRpc. enableDailyReportNotification(User user, boolean dailyReportEnabled)
Deprecated.void
ConfluenceRpc. follow(User user)
Deprecated.Follows the given user with the logged in user.void
ConfluenceRpc. followUsers(User follower, Iterable<User> followees)
Deprecated.boolean
UserPreferencesRpc. getBoolean(User user, String preferenceKey)
List<Like>
LikesRpc. getLikes(ContentEntity content, User user)
gets the likes on the piece of contentlong
UserPreferencesRpc. getLong(User user, String preferenceKey)
List<String>
ConfluenceRpc. getPermissionsForUser(Space space, User user)
Deprecated.Old XML-RPC method.String
UserPreferencesRpc. getString(User user, String preferenceKey)
UserWithKey
ConfluenceRpc. getUser(User user)
Deprecated.UserInformation
ConfluenceRpc. getUserInformation(User user)
Deprecated.Locale
ConfluenceRpc. getUserLocale(User user)
Deprecated.boolean
NotificationsRpc. isWatchingPage(AbstractPageEntity page, User user)
Check whether the given user is watching the given page.boolean
NotificationsRpc. isWatchingSpace(Space space, User user)
Check whether the given user is watching the given space.boolean
NotificationsRpc. isWatchingSpaceForType(Space space, ContentTypeEnum contentType, User user)
Check whether the given user is watching the given content type (e.g.void
LikesRpc. like(ContentEntity content, User user)
Have the specified user like the specified content.void
ConfluenceRpc. logIn(User user)
Deprecated.Set the current user logged into this rpc client.void
ConfluenceRpc. removeDrafts(User user)
Deprecated.void
ConfluenceRpc. removePersonalInformation(User user)
Deprecated.PersonalInformation gets created automatically by the rpc create user method.void
ConfluenceRpc. removeUser(User user)
Deprecated.boolean
ConfluenceRpc. removeUserFromGroup(User user, Group group)
Deprecated.void
UserPreferencesRpc. set(User user, String preferenceKey, boolean value)
void
UserPreferencesRpc. set(User user, String preferenceKey, long value)
void
UserPreferencesRpc. set(User user, String preferenceKey, String value)
void
ConfluenceRpc. setKeyboardShortcutPref(User user, boolean enabled)
Deprecated.boolean
ConfluenceRpc. setUserDetailProperty(User user, String key, String value)
Deprecated.Update a UserDetail property via theUserDetailsManager
.void
ConfluenceRpc. setUserLocale(User user, Locale language)
Deprecated.boolean
ConfluenceRpc. setUserPreference(User user, String key, boolean value)
Deprecated.boolean
ConfluenceRpc. setUserPreference(User user, String key, String value)
Deprecated.void
ConfluenceRpc. setWatchOwnContent(User user, boolean enabled)
Deprecated.void
ConfluenceRpc. stopFollowing(User user)
Deprecated.Stop following the given user.void
LikesRpc. unlike(ContentEntity content, User user)
Have the specified user UNlike the specified content.void
NotificationsRpc. unwatchPageForUser(AbstractPageEntity page, User user)
Removes a page watch for the specified user.void
NotificationsRpc. unwatchSpace(User user, Space space, ContentTypeEnum contentType)
void
NotificationsRpc. watchNetwork(User user, boolean watchingNetwork)
Sets Network watch emails for a user to enabled or disabled.void
NotificationsRpc. watchPageForUser(AbstractPageEntity page, User user)
Add a page watch for the specified user.void
NotificationsRpc. watchSiteBlogs(User user)
void
NotificationsRpc. watchSpace(User user, Space space)
Watch all content in a space.void
NotificationsRpc. watchSpace(User user, Space space, ContentTypeEnum contentType)
Watch all content of a certain type in a space.void
NotificationsRpc. watchSpaces(User user, Iterable<Space> spaces)
void
NotificationsRpc. watchSpaces(User user, Iterable<Space> spaces, ContentTypeEnum contentType)
Method parameters in com.atlassian.confluence.it.rpc with type arguments of type User Modifier and Type Method Description void
ConfluenceRpc. followUsers(User follower, Iterable<User> followees)
Deprecated.void
ConfluenceRpc. removeTestData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.Perform all test-data reset tasks.void
ConfluenceRpc. removeTestData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.Perform all test-data reset tasks. -
Uses of User in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type User Modifier and Type Method Description List<String>
XmlRpcPermissionsClient. getPermissionsForUser(Space space, User user)
boolean
XmlRpcWatchClient. isWatchingContent(User user, AbstractPageEntity entity)
boolean
XmlRpcWatchClient. isWatchingSpace(User user, Space space)
void
XmlRpcWatchClient. unwatchContent(User user, AbstractPageEntity entity)
void
XmlRpcWatchClient. unwatchSpace(User user, Space space)
void
XmlRpcWatchClient. watchContent(User user, AbstractPageEntity entity)
void
XmlRpcWatchClient. watchSpace(User user, Space space)
-
Uses of User in com.atlassian.confluence.it.setup
Constructors in com.atlassian.confluence.it.setup with parameters of type User Constructor Description PostSetupHelper(net.sourceforge.jwebunit.junit.WebTester tester, User admin, ConfluenceRpc rpc)
Deprecated. -
Uses of User in com.atlassian.confluence.it.setup.steps
Methods in com.atlassian.confluence.it.setup.steps with parameters of type User Modifier and Type Method Description FinishedPage
DefaultSetupSystemAdministratorPage. setupSystemAdministrator(User adminUser)
FinishedPage
SetupOldSystemAdministratorPage. setupSystemAdministrator(User adminUser)
FinishedPage
SetupSystemAdministratorPage. setupSystemAdministrator(User adminUser)
FinishedPage
DefaultSetupSystemAdministratorPage. setupSystemAdministratorGerman(User adminUser)
FinishedPage
SetupOldSystemAdministratorPage. setupSystemAdministratorGerman(User adminUser)
FinishedPage
SetupSystemAdministratorPage. setupSystemAdministratorGerman(User adminUser)
-
Uses of User in com.atlassian.confluence.it.setup.userdirectory
Methods in com.atlassian.confluence.it.setup.userdirectory that return User Modifier and Type Method Description User
InternalUserDirectorySetup. getAdminUser()
-
Uses of User in com.atlassian.confluence.it.space
Methods in com.atlassian.confluence.it.space with parameters of type User Modifier and Type Method Description void
SpacePermissions. addUserPermissionsRow(User user)
void
SpacePermissions. grantPermission(SpacePermission permission, User user)
-
Uses of User in com.atlassian.confluence.it.user
Methods in com.atlassian.confluence.it.user with parameters of type User Modifier and Type Method Description Space
UserProfile. createPersonalSpace(User user)
void
UserProfile. follow(User user)
static UrlBuilder
UserProfile. getUnfollowUserPath(User user)
static UrlBuilder
UserProfile. getViewFollowers(User user)
static UrlBuilder
UserProfile. getViewUserProfile(User user)
boolean
LoginHelper. isLoggedInAs(User user)
Returns true if logged in as the passed user.void
LoginHelper. logInAs(User user)
void
LoginHelper. logInAs(User user, AbstractPageEntity abstractPageEntity)
void
LoginHelper. logInAsAtHomepage(User user)
void
LoginHelper. logInDecorated(User user)
Deprecated.since 6.7.void
LoginHelper. logInFast(User user)
Deprecated.since 7.10.void
LoginHelper. logInToDestination(User user, String destination)
void
LoginHelper. logInViaForm(User user)
void
LoginHelper. logInViaFormOnCurrentPage(User user)
void
LoginHelper. logOutAndIn(User user)
Log out the current user and then log back in with the given user.void
SignupForm. signUpUser(User user, String token)
void
UserProfile. viewProfile(User user)
-
Uses of User in com.atlassian.confluence.it.usermanagement
Methods in com.atlassian.confluence.it.usermanagement that return User Modifier and Type Method Description User
LdapUserManagementHelper. createUser(User user)
User
UserManagementHelper. createUser(User user)
Deprecated.Creates the user, adds it to the default users group, and ensures the user profile is created (to work around CONF-6404).Methods in com.atlassian.confluence.it.usermanagement that return types with arguments of type User Modifier and Type Method Description List<User>
DefaultUserManagementHelper. createMultipleUsers(int numUsers)
Deprecated.List<User>
LdapUserManagementHelper. createMultipleUsers(int numUsers)
List<User>
UserManagementHelper. createMultipleUsers(int numUsers)
Deprecated.Helper to create multiple users (callsUserManagementHelper.createUser(com.atlassian.confluence.it.User)
)Methods in com.atlassian.confluence.it.usermanagement with parameters of type User Modifier and Type Method Description void
DefaultUserManagementHelper. addUserToGroup(User user, Group group)
Deprecated.void
LdapUserManagementHelper. addUserToGroup(User user, Group group)
void
UserManagementHelper. addUserToGroup(User user, Group group)
Deprecated.UserWithKey
DefaultUserManagementHelper. createUser(User user)
Deprecated.User
LdapUserManagementHelper. createUser(User user)
User
UserManagementHelper. createUser(User user)
Deprecated.Creates the user, adds it to the default users group, and ensures the user profile is created (to work around CONF-6404).Attributes
TestPropertiesLdapSchemaConfig. createUserAttributes(User user)
void
DefaultUserManagementHelper. fixUser(User user)
Deprecated.void
LdapUserManagementHelper. fixUser(User user)
void
UserManagementHelper. fixUser(User user)
Deprecated.Ensure that the user's details in the system match those inuser
.Set<String>
DefaultUserManagementHelper. getUserGroups(User user)
Deprecated.Set<String>
LdapUserManagementHelper. getUserGroups(User user)
Set<String>
UserManagementHelper. getUserGroups(User user)
Deprecated.boolean
ActiveDirectoryDirectoryConfiguration. isValidUser(User user)
boolean
CrowdDirectoryConfiguration. isValidUser(User user)
Deprecated.boolean
DefaultDirectoryConfiguration. isValidUser(User user)
Deprecated.boolean
DirectoryConfiguration. isValidUser(User user)
Deprecated.Returnstrue
if the provided user details are valid for creation on this configuration.boolean
LdapReadOnlyDirectoryConfiguration. isValidUser(User user)
boolean
LdapReadOnlyLocalGroupsDirectoryConfiguration. isValidUser(User user)
boolean
LdapReadWriteDirectoryConfiguration. isValidUser(User user)
void
ExternalUserSynchroniser. postProcessUser(User user)
Deprecated.Apply workarounds and set any properties required for the user.void
ExternalUserSynchroniser. processUser(User user)
Deprecated.void
DefaultUserManagementHelper. removeFromDefaultLicenseGroup(User user)
Deprecated.void
LdapUserManagementHelper. removeFromDefaultLicenseGroup(User user)
void
UserManagementHelper. removeFromDefaultLicenseGroup(User user)
Deprecated.Remove user from the group that has licensed accessvoid
DefaultUserManagementHelper. removeUser(User user)
Deprecated.void
LdapUserManagementHelper. removeUser(User user)
void
UserManagementHelper. removeUser(User user)
Deprecated.void
DefaultUserManagementHelper. removeUserFromGroup(User user, Group group)
Deprecated.void
LdapUserManagementHelper. removeUserFromGroup(User user, Group group)
void
UserManagementHelper. removeUserFromGroup(User user, Group group)
Deprecated.void
DefaultUserManagementHelper. removeUserUncleanly(User user)
Deprecated.void
LdapUserManagementHelper. removeUserUncleanly(User user)
void
UserManagementHelper. removeUserUncleanly(User user)
Deprecated.Removes a user but do not remove their dependent permissions or pages.Method parameters in com.atlassian.confluence.it.usermanagement with type arguments of type User Modifier and Type Method Description void
DefaultUserManagementHelper. removeMultipleUsers(List<User> users)
Deprecated.void
LdapUserManagementHelper. removeMultipleUsers(List<User> users)
void
UserManagementHelper. removeMultipleUsers(List<User> users)
Deprecated.Removes the list of users (callsUserManagementHelper.removeUser(User)
)void
DefaultUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.void
DefaultUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.void
LdapUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
void
LdapUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
void
UserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.Return the User/Group/Membership data to a clean state.void
UserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Deprecated.Return the User/Group/Membership data to a clean state.Constructor parameters in com.atlassian.confluence.it.usermanagement with type arguments of type User Constructor Description LdapUserManagementHelper(ConfluenceRpc rpc, org.springframework.ldap.core.LdapTemplate ldapTemplate, Set<User> initialUsers, Set<Group> initialGroups)
Creates an instance which delegates toLdapServer
using the LDAP connections provided by theldapTemplate
. -
Uses of User in com.atlassian.confluence.it.web
Methods in com.atlassian.confluence.it.web with parameters of type User Modifier and Type Method Description static int
HttpRequest. execute(User user, org.apache.commons.httpclient.HttpMethod method)
Executes the provided request.static HttpRequest
HttpRequest. get(User user, String url)
Executes a GET on the provided URL. -
Uses of User in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects with parameters of type User Modifier and Type Method Description <M extends com.atlassian.pageobjects.Page>
MConfluenceTestedProduct. autoLoginEmbeddingCredentialsInUrl(User user, Class<M> destinationClass, Object... args)
Deprecated.Faster way of login when in testing environment by embedding the credentials in the url, so we don't have to visit the login page every single time.<M extends com.atlassian.pageobjects.Page>
MConfluenceTestedProduct. login(User user, Class<M> destination, Object... args)
Deprecated.CopyPage
ConfluenceTestedProduct. loginAndCopyPage(User user, Page page)
Deprecated.CreateBlog
ConfluenceTestedProduct. loginAndCreateBlog(User user, Space space)
Deprecated.CreatePage
ConfluenceTestedProduct. loginAndCreatePage(User user, Space space)
Deprecated.CreatePageTemplate
ConfluenceTestedProduct. loginAndCreatePageTemplate(User user, Space space)
Deprecated.EditContentPage
ConfluenceTestedProduct. loginAndEdit(User user, BlogPost blog)
Deprecated.EditContentPage
ConfluenceTestedProduct. loginAndEdit(User user, Draft draft)
Deprecated.EditContentPage
ConfluenceTestedProduct. loginAndEdit(User user, Page page)
Deprecated.EditRestrictedPage
ConfluenceTestedProduct. loginAndEditRestricted(User user, AbstractPageEntity page)
Deprecated.ViewPage
ConfluenceTestedProduct. loginAndView(User user, BlogPost blogPost)
Deprecated.ViewPage
ConfluenceTestedProduct. loginAndView(User user, Page page)
Deprecated.ViewRestrictedPage
ConfluenceTestedProduct. loginAndViewRestricted(User user, AbstractPageEntity page)
Deprecated. -
Uses of User in com.atlassian.confluence.pageobjects.component.form
Methods in com.atlassian.confluence.pageobjects.component.form with parameters of type User Modifier and Type Method Description MultiUserPicker
MultiUserPicker. addUser(User user)
Deprecated.Searches for the given user and adds them by waiting and clicking in the results drop down.UserWatcherPicker
UserWatcherPicker. addUser(User user)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
MultiUserPicker. containsUserValue(User user)
Deprecated. -
Uses of User in com.atlassian.confluence.pageobjects.component.macro
Methods in com.atlassian.confluence.pageobjects.component.macro that return User Modifier and Type Method Description User
UserProfileMacro. getUser()
Deprecated.Constructors in com.atlassian.confluence.pageobjects.component.macro with parameters of type User Constructor Description UserProfileMacro(User user)
Deprecated. -
Uses of User in com.atlassian.confluence.pageobjects.component.popup
Methods in com.atlassian.confluence.pageobjects.component.popup with parameters of type User Modifier and Type Method Description UserPickerPopup
UserPickerPopup. select(User user)
Deprecated. -
Uses of User in com.atlassian.confluence.pageobjects.page
Methods in com.atlassian.confluence.pageobjects.page with parameters of type User Modifier and Type Method Description <M extends com.atlassian.pageobjects.Page>
MConfluenceLoginPage. login(User user, Class<M> destinationClass, Object... args)
Deprecated. -
Uses of User in com.atlassian.confluence.pageobjects.page.setup
Methods in com.atlassian.confluence.pageobjects.page.setup with parameters of type User Modifier and Type Method Description SetupCompletePage
SetupSystemAdministratorPage. createUser(User user)
Deprecated.
-