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 voidWebTesterAssertions. assertIsLoggedInAs(User user) -
Uses of User in com.atlassian.confluence.it
Subclasses of User in com.atlassian.confluence.it Modifier and Type Class Description classUserWithKeyDeprecated.Please use confluence-test-utils module instead.Fields in com.atlassian.confluence.it declared as User Modifier and Type Field Description static UserUser. ADMINDeprecated.static UserUser. ANONYMOUSDeprecated.Represents anonymous users, i.e.static UserUser. APOSTROPHEDeprecated.A sample test user that contains an apostrophe in the username and fullname.static UserUser.Simpsons. APUDeprecated.since 5.6.static UserUser.Simpsons. BARTDeprecated.since 5.6.static UserUser. CONF_ADMINDeprecated.A sample administrator user.static UserUser. EVILDeprecated.A sample test user that contains html markup in the username and fullname.static UserUser.Simpsons. HOMERDeprecated.since 5.6.protected UserAbstractContentEntity. lastModifierDeprecated.static UserUser. LDAP_USER1Deprecated.A sample test user whose username contains every non-alphanumeric character on a standard keyboard.static UserUser.Simpsons. MARGEDeprecated.since 5.6.static UserUser.Simpsons. NEDDeprecated.since 5.6.UserTestData. normalUser2static UserUser. SPECIAL_CHARSDeprecated.static UserUser. SYS_ADMINDeprecated.static UserUser. TESTDeprecated.since 5.6.static UserUser. TEST2Deprecated.since 5.6.static UserUser. UNICODEDeprecated.Methods in com.atlassian.confluence.it that return User Modifier and Type Method Description UserAcceptanceTestHelper. createTestUser()Deprecated.UserTestUserFactory. createTestUser()Deprecated.Create a new user on the server with a generated (and hopefully unique) name.UserTestUserFactory. generateTestUser()Deprecated.Generate a User object with a generated (and hopefully unique) username.UserAbstractContentEntity. getLastModifier()Deprecated.UserContentEntity. getLastModifier()Deprecated.UserDraft. getOwner()Methods in com.atlassian.confluence.it with parameters of type User Modifier and Type Method Description voidHeadersHelper. addBasicAuthenticationHeader(User user, Map<String,String> requestHeaders)voidLikes. addLikeForUser(long entityId, User user)static voidRestHelper. doDeleteJson(String url, User user)Deprecated.static StringSpace. getDefaultPersonalSpaceKey(User user)Deprecated.static StringSpace. getDefaultPersonalSpaceName(User user)Deprecated.HeadersHelper.ResponseHeadersHelper. getHeaders(String relativeUrl, User user)Gets the response headers for a request using basic authentication.HeadersHelper.ResponseHeadersHelper. getHeaders(String relativeUrl, User user, String userAgent)HeadersHelper.ResponseHeadersHelper. getHeadersFromAbsoluteUrl(String url, User user, String userAgent)com.sun.jersey.api.client.WebResourceAcceptanceTestHelper. getResource(String uri, User user)Deprecated.voidDarkFeaturesHelper. loadEnabledSiteFeatures(User user, String... features)static com.sun.jersey.api.client.WebResource.BuilderRestHelper. 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.WebResourceRestHelper. 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.WebResourceRestHelper. newResource(User user)Deprecated.since 5.6 UseRestHelper.newResource(String, User)static SpaceSpace. personalSpaceFor(User user)Deprecated.static org.codehaus.jackson.JsonNodeRestHelper. postJson(String url, String jsonPayload, User user)Deprecated.static voidRestHelper. postJsonWithNoResponse(String url, String jsonPayload, User user)Deprecated.voidAbstractContentEntity. setLastModifier(User lastModifier)Deprecated.voidDarkFeaturesHelper. setUserEnabledFeatures(User user, String featureKeys)Sets all Dark Features enabled for the given user.static StringPermissionUtils. 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 DeleteUserProfilePictureDeleteUserProfilePicture. deleteUserProfilePicture(User user)static DeleteUserProfilePictureDeleteUserProfilePicture. deleteUserProfilePicture(User user, net.sourceforge.jwebunit.junit.WebTester tester)voidGlobalPermissions. grantPermission(GlobalPermission permission, User user)booleanViewGroup. hasMember(User user)booleanManageUsers. isUserDisabled(User user)booleanManageUsers. isUserPresent(User user)voidViewGroup. removeUserFromGroup(User user)voidAdminConsole. validateWebSudo(User user)static ViewUserViewUser. view(User user)static ViewUserViewUser. view(User user, net.sourceforge.jwebunit.junit.WebTester tester)ViewUserAdminConsole. viewUser(User user)ViewUserAdminConsole. viewUser(User user, net.sourceforge.jwebunit.junit.WebTester tester)ViewUserManageUsers. 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 booleanAnalyticsEventReport.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 UserApiEntityConverter. convertApiPersonToItUser(Person person)Methods in com.atlassian.confluence.it.api with parameters of type User Modifier and Type Method Description static UserApiEntityConverter. 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 voidShareContentHelper. share(long pageId, User user, String message, UserWithKey... usersToShareWith)Share the specified page as the specified user with one or more users.voidShareContentHelper. 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 SimpleSiteStructureExporter. downloadAndParseExport(URL url, User user)Download and parse xml backup into SimpleSiteStructure, useful to validate site exports in acceptance tests.static org.dom4j.DocumentExporter. downloadAndReadExport(URL url, User user)static FileExporter. 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.SyndFeedFeedRetriever. getFeed(URL feedUrl, User user)Deprecated.URLFeedBuilder. 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 StringSiteSearch. formatUserAsAuthorField(User test)SiteSearchSiteSearch. 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.HttpClientContextHttpClientContextFactory. 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 voidMailFacade. addMailboxesForUsers(User... users)Deprecated.voidMailFacade. addMailboxForUser(User user)Deprecated.voidMailServices. addUser(User user)Adds a user to the mail service.static voidMailAssertions. assertCorrectMessageRecipients(MailFacade mailFacade, User user)static voidMailAssertions. assertFirstRecipient(javax.mail.internet.MimeMessage message, User user)static voidMailAssertions. 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 voidMailAssertions. assertStandardHeaders(javax.mail.internet.MimeMessage message, User user, AbstractPageEntity page)static javax.mail.internet.MimeMessageMailUtils. 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)voidMailFacade. startMailServerOnly(User... additionalUsers)Deprecated.Starts the mail server, but DOESN'T configure Confluence to use it.voidMailFacade. 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 UserAbstractJUnit3RestAcceptanceTest. 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 booleanConfluenceRpc. addUserToGroup(User user, Group group)Deprecated.intConfluenceRpc. countDrafts(User user)Deprecated.SpaceConfluenceRpc. createPersonalSpace(User user)Deprecated.booleanConfluenceRpc. createUser(User user)Deprecated.Adds the given userbooleanConfluenceRpc. createUser(User user, boolean notifyUser)Deprecated.Adds the given userbooleanConfluenceRpc. editUser(User user)Deprecated.Attempts to edit the details of the specified userbooleanConfluenceRpc. enableDailyReportNotification(User user, boolean dailyReportEnabled)Deprecated.voidConfluenceRpc. follow(User user)Deprecated.Follows the given user with the logged in user.voidConfluenceRpc. followUsers(User follower, Iterable<User> followees)Deprecated.booleanUserPreferencesRpc. getBoolean(User user, String preferenceKey)List<Like>LikesRpc. getLikes(ContentEntity content, User user)gets the likes on the piece of contentlongUserPreferencesRpc. getLong(User user, String preferenceKey)List<String>ConfluenceRpc. getPermissionsForUser(Space space, User user)Deprecated.Old XML-RPC method.StringUserPreferencesRpc. getString(User user, String preferenceKey)UserWithKeyConfluenceRpc. getUser(User user)Deprecated.UserInformationConfluenceRpc. getUserInformation(User user)Deprecated.LocaleConfluenceRpc. getUserLocale(User user)Deprecated.booleanNotificationsRpc. isWatchingPage(AbstractPageEntity page, User user)Check whether the given user is watching the given page.booleanNotificationsRpc. isWatchingSpace(Space space, User user)Check whether the given user is watching the given space.booleanNotificationsRpc. isWatchingSpaceForType(Space space, ContentTypeEnum contentType, User user)Check whether the given user is watching the given content type (e.g.voidLikesRpc. like(ContentEntity content, User user)Have the specified user like the specified content.voidConfluenceRpc. logIn(User user)Deprecated.Set the current user logged into this rpc client.voidConfluenceRpc. removeDrafts(User user)Deprecated.voidConfluenceRpc. removePersonalInformation(User user)Deprecated.PersonalInformation gets created automatically by the rpc create user method.voidConfluenceRpc. removeUser(User user)Deprecated.booleanConfluenceRpc. removeUserFromGroup(User user, Group group)Deprecated.voidUserPreferencesRpc. set(User user, String preferenceKey, boolean value)voidUserPreferencesRpc. set(User user, String preferenceKey, long value)voidUserPreferencesRpc. set(User user, String preferenceKey, String value)voidConfluenceRpc. setKeyboardShortcutPref(User user, boolean enabled)Deprecated.booleanConfluenceRpc. setUserDetailProperty(User user, String key, String value)Deprecated.Update a UserDetail property via theUserDetailsManager.voidConfluenceRpc. setUserLocale(User user, Locale language)Deprecated.booleanConfluenceRpc. setUserPreference(User user, String key, boolean value)Deprecated.booleanConfluenceRpc. setUserPreference(User user, String key, String value)Deprecated.voidConfluenceRpc. setWatchOwnContent(User user, boolean enabled)Deprecated.voidConfluenceRpc. stopFollowing(User user)Deprecated.Stop following the given user.voidLikesRpc. unlike(ContentEntity content, User user)Have the specified user UNlike the specified content.voidNotificationsRpc. unwatchPageForUser(AbstractPageEntity page, User user)Removes a page watch for the specified user.voidNotificationsRpc. unwatchSpace(User user, Space space, ContentTypeEnum contentType)voidNotificationsRpc. watchNetwork(User user, boolean watchingNetwork)Sets Network watch emails for a user to enabled or disabled.voidNotificationsRpc. watchPageForUser(AbstractPageEntity page, User user)Add a page watch for the specified user.voidNotificationsRpc. watchSiteBlogs(User user)voidNotificationsRpc. watchSpace(User user, Space space)Watch all content in a space.voidNotificationsRpc. watchSpace(User user, Space space, ContentTypeEnum contentType)Watch all content of a certain type in a space.voidNotificationsRpc. watchSpaces(User user, Iterable<Space> spaces)voidNotificationsRpc. 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 voidConfluenceRpc. followUsers(User follower, Iterable<User> followees)Deprecated.voidConfluenceRpc. removeTestData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)Deprecated.Perform all test-data reset tasks.voidConfluenceRpc. 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)booleanXmlRpcWatchClient. isWatchingContent(User user, AbstractPageEntity entity)booleanXmlRpcWatchClient. isWatchingSpace(User user, Space space)voidXmlRpcWatchClient. unwatchContent(User user, AbstractPageEntity entity)voidXmlRpcWatchClient. unwatchSpace(User user, Space space)voidXmlRpcWatchClient. watchContent(User user, AbstractPageEntity entity)voidXmlRpcWatchClient. 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 FinishedPageDefaultSetupSystemAdministratorPage. setupSystemAdministrator(User adminUser)FinishedPageSetupOldSystemAdministratorPage. setupSystemAdministrator(User adminUser)FinishedPageSetupSystemAdministratorPage. setupSystemAdministrator(User adminUser)FinishedPageDefaultSetupSystemAdministratorPage. setupSystemAdministratorGerman(User adminUser)FinishedPageSetupOldSystemAdministratorPage. setupSystemAdministratorGerman(User adminUser)FinishedPageSetupSystemAdministratorPage. 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 UserInternalUserDirectorySetup. 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 voidSpacePermissions. addUserPermissionsRow(User user)voidSpacePermissions. 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 SpaceUserProfile. createPersonalSpace(User user)voidUserProfile. follow(User user)static UrlBuilderUserProfile. getUnfollowUserPath(User user)static UrlBuilderUserProfile. getViewFollowers(User user)static UrlBuilderUserProfile. getViewUserProfile(User user)booleanLoginHelper. isLoggedInAs(User user)Returns true if logged in as the passed user.voidLoginHelper. logInAs(User user)voidLoginHelper. logInAs(User user, AbstractPageEntity abstractPageEntity)voidLoginHelper. logInAsAtHomepage(User user)voidLoginHelper. logInDecorated(User user)Deprecated.since 6.7.voidLoginHelper. logInFast(User user)Deprecated.since 7.10.voidLoginHelper. logInToDestination(User user, String destination)voidLoginHelper. logInViaForm(User user)voidLoginHelper. logInViaFormOnCurrentPage(User user)voidLoginHelper. logOutAndIn(User user)Log out the current user and then log back in with the given user.voidSignupForm. signUpUser(User user, String token)voidUserProfile. 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 UserLdapUserManagementHelper. createUser(User user)UserUserManagementHelper. 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 voidDefaultUserManagementHelper. addUserToGroup(User user, Group group)Deprecated.voidLdapUserManagementHelper. addUserToGroup(User user, Group group)voidUserManagementHelper. addUserToGroup(User user, Group group)Deprecated.UserWithKeyDefaultUserManagementHelper. createUser(User user)Deprecated.UserLdapUserManagementHelper. createUser(User user)UserUserManagementHelper. 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).AttributesTestPropertiesLdapSchemaConfig. createUserAttributes(User user)voidDefaultUserManagementHelper. fixUser(User user)Deprecated.voidLdapUserManagementHelper. fixUser(User user)voidUserManagementHelper. 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.booleanActiveDirectoryDirectoryConfiguration. isValidUser(User user)booleanCrowdDirectoryConfiguration. isValidUser(User user)Deprecated.booleanDefaultDirectoryConfiguration. isValidUser(User user)Deprecated.booleanDirectoryConfiguration. isValidUser(User user)Deprecated.Returnstrueif the provided user details are valid for creation on this configuration.booleanLdapReadOnlyDirectoryConfiguration. isValidUser(User user)booleanLdapReadOnlyLocalGroupsDirectoryConfiguration. isValidUser(User user)booleanLdapReadWriteDirectoryConfiguration. isValidUser(User user)voidExternalUserSynchroniser. postProcessUser(User user)Deprecated.Apply workarounds and set any properties required for the user.voidExternalUserSynchroniser. processUser(User user)Deprecated.voidDefaultUserManagementHelper. removeFromDefaultLicenseGroup(User user)Deprecated.voidLdapUserManagementHelper. removeFromDefaultLicenseGroup(User user)voidUserManagementHelper. removeFromDefaultLicenseGroup(User user)Deprecated.Remove user from the group that has licensed accessvoidDefaultUserManagementHelper. removeUser(User user)Deprecated.voidLdapUserManagementHelper. removeUser(User user)voidUserManagementHelper. removeUser(User user)Deprecated.voidDefaultUserManagementHelper. removeUserFromGroup(User user, Group group)Deprecated.voidLdapUserManagementHelper. removeUserFromGroup(User user, Group group)voidUserManagementHelper. removeUserFromGroup(User user, Group group)Deprecated.voidDefaultUserManagementHelper. removeUserUncleanly(User user)Deprecated.voidLdapUserManagementHelper. removeUserUncleanly(User user)voidUserManagementHelper. 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 voidDefaultUserManagementHelper. removeMultipleUsers(List<User> users)Deprecated.voidLdapUserManagementHelper. removeMultipleUsers(List<User> users)voidUserManagementHelper. removeMultipleUsers(List<User> users)Deprecated.Removes the list of users (callsUserManagementHelper.removeUser(User))voidDefaultUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)Deprecated.voidDefaultUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)Deprecated.voidLdapUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)voidLdapUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)voidUserManagementHelper. resetData(Set<User> usersToKeep, Set<Group> groupsToKeep, Map<Group,HashSet<User>> userGroupMembershipsToKeep)Deprecated.Return the User/Group/Membership data to a clean state.voidUserManagementHelper. 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 toLdapServerusing 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 org.apache.hc.client5.http.classic.methods.HttpUriRequestBaseHttpRequest. addAuthentication(org.apache.hc.client5.http.classic.methods.HttpUriRequestBase request, User user)static org.apache.hc.core5.http.io.support.ClassicRequestBuilderHttpRequest. addAuthentication(org.apache.hc.core5.http.io.support.ClassicRequestBuilder classicRequestBuilder, User user) -
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.CopyPageConfluenceTestedProduct. loginAndCopyPage(User user, Page page)Deprecated.CreateBlogConfluenceTestedProduct. loginAndCreateBlog(User user, Space space)Deprecated.CreatePageConfluenceTestedProduct. loginAndCreatePage(User user, Space space)Deprecated.CreatePageTemplateConfluenceTestedProduct. loginAndCreatePageTemplate(User user, Space space)Deprecated.EditContentPageConfluenceTestedProduct. loginAndEdit(User user, BlogPost blog)Deprecated.EditContentPageConfluenceTestedProduct. loginAndEdit(User user, Draft draft)Deprecated.EditContentPageConfluenceTestedProduct. loginAndEdit(User user, Page page)Deprecated.EditRestrictedPageConfluenceTestedProduct. loginAndEditRestricted(User user, AbstractPageEntity page)Deprecated.ViewPageConfluenceTestedProduct. loginAndView(User user, BlogPost blogPost)Deprecated.ViewPageConfluenceTestedProduct. loginAndView(User user, Page page)Deprecated.ViewRestrictedPageConfluenceTestedProduct. 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 MultiUserPickerMultiUserPicker. addUser(User user)Deprecated.Searches for the given user and adds them by waiting and clicking in the results drop down.UserWatcherPickerUserWatcherPicker. addUser(User user)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionMultiUserPicker. 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 UserUserProfileMacro. 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 UserPickerPopupUserPickerPopup. 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 SetupCompletePageSetupSystemAdministratorPage. createUser(User user)Deprecated.
-