Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
Packages that use RemoteUserInformation
-
Uses of RemoteUserInformation in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteUserInformationModifier and TypeMethodDescriptionConfluenceSoapService.getUserInformation
(String token, String username) Retrieves a user's informationWikiSoapService.getUserInformation
(String token, String username) XhtmlSoapService.getUserInformation
(String token, String username) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUserInformationModifier and TypeMethodDescriptionboolean
ConfluenceSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) Updates a user's informationboolean
WikiSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) boolean
XhtmlSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) -
Uses of RemoteUserInformation in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteUserInformationMethods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteUserInformationModifier and TypeMethodDescriptionboolean
UsersSoapService.setUserInformation
(RemoteUserInformation userInfo)