Uses of Class
com.atlassian.confluence.it.UserWithKey

Packages that use UserWithKey
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
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
 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
static UserWithKey RemoteObjectConverter.getUser(Hashtable user)
           
static UserWithKey RemoteObjectConverter.getUser(Hashtable user, String password)
           
 UserWithKey ConfluenceRpc.getUser(String username)
          Retrieves a user with the given username
 UserWithKey ConfluenceRpc.getUser(String username, String password)
           
 UserWithKey ConfluenceRpc.getUser(User user)
           
 

Uses of UserWithKey in com.atlassian.confluence.it.usermanagement
 

Methods in com.atlassian.confluence.it.usermanagement that return UserWithKey
 UserWithKey DefaultUserManagementHelper.createUser(User user)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.