Uses of Class
com.atlassian.confluence.it.UserWithKey
-
Packages that use UserWithKey Package Description com.atlassian.confluence.it com.atlassian.confluence.it.content com.atlassian.confluence.it.rpc com.atlassian.confluence.it.usermanagement -
-
Uses of UserWithKey in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it with parameters of type UserWithKey Modifier and Type Method Description static StringPermissionUtils. toCheckboxName(Permission permission, UserWithKey user) -
Uses of UserWithKey in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type UserWithKey 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. -
Uses of UserWithKey in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return UserWithKey Modifier and Type Method Description UserWithKeyConfluenceRpc. getUser(User user)Deprecated.UserWithKeyConfluenceRpc. getUser(String username)Deprecated.Retrieves a user with the given usernameUserWithKeyConfluenceRpc. getUser(String username, String password)Deprecated.static UserWithKeyRemoteObjectConverter. getUser(Hashtable user)static UserWithKeyRemoteObjectConverter. getUser(Hashtable user, String password) -
Uses of UserWithKey in com.atlassian.confluence.it.usermanagement
Methods in com.atlassian.confluence.it.usermanagement that return UserWithKey Modifier and Type Method Description UserWithKeyDefaultUserManagementHelper. createUser(User user)Deprecated.
-