Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteUserInformation
-
Packages that use RemoteUserInformation Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteUserInformation in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteUserInformation Modifier and Type Method Description RemoteUserInformationConfluenceSoapService. getUserInformation(String token, String username)Retrieves a user's informationRemoteUserInformationWikiSoapService. getUserInformation(String token, String username)RemoteUserInformationXhtmlSoapService. getUserInformation(String token, String username)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUserInformation Modifier and Type Method Description booleanConfluenceSoapService. setUserInformation(String token, RemoteUserInformation userInfo)Updates a user's informationbooleanWikiSoapService. setUserInformation(String token, RemoteUserInformation userInfo)booleanXhtmlSoapService. 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 RemoteUserInformation Modifier and Type Method Description RemoteUserInformationUsersSoapService. getUserInformation(String username)Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteUserInformation Modifier and Type Method Description booleanUsersSoapService. setUserInformation(RemoteUserInformation userInfo)
-