Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteUserInformation |
WikiSoapService.getUserInformation(String token,
String username) |
RemoteUserInformation |
ConfluenceSoapService.getUserInformation(String token,
String username)
Retrieves a user's information
|
RemoteUserInformation |
XhtmlSoapService.getUserInformation(String token,
String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
WikiSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
boolean |
ConfluenceSoapService.setUserInformation(String token,
RemoteUserInformation userInfo)
Updates a user's information
|
boolean |
XhtmlSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
Modifier and Type | Method and Description |
---|---|
RemoteUserInformation |
UsersSoapService.getUserInformation(String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
UsersSoapService.setUserInformation(RemoteUserInformation userInfo) |
Copyright © 2003–2020 Atlassian. All rights reserved.