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 String
PermissionUtils. 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 void
ShareContentHelper. 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 UserWithKey
ConfluenceRpc. getUser(User user)
Deprecated.UserWithKey
ConfluenceRpc. getUser(String username)
Deprecated.Retrieves a user with the given usernameUserWithKey
ConfluenceRpc. getUser(String username, String password)
Deprecated.static UserWithKey
RemoteObjectConverter. getUser(Hashtable user)
static UserWithKey
RemoteObjectConverter. 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 UserWithKey
DefaultUserManagementHelper. createUser(User user)
Deprecated.
-