public class OrchestratorContactUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
orchestratorServer |
| Constructor and Description |
|---|
OrchestratorContactUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecipientDescriptor |
addRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
AuthenticationResponse ar) |
static UserDescriptor |
createUser(String firstname,
String lastname,
String userName,
String passWord,
String email,
String username,
String password) |
static AddressBookDescriptor |
getContactList(String username,
String password) |
static ChangeRecipientDescriptor |
removeRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
AuthenticationResponse ar) |
static UserDescriptor |
updateUserPassword(String userName,
String passWord,
String username,
String password) |
public static String orchestratorServer
public static AddressBookDescriptor getContactList(String username, String password)
public static ChangeRecipientDescriptor addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, AuthenticationResponse ar)
public static ChangeRecipientDescriptor removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, AuthenticationResponse ar)
public static UserDescriptor createUser(String firstname, String lastname, String userName, String passWord, String email, String username, String password)
public static UserDescriptor updateUserPassword(String userName, String passWord, String username, String password)
Copyright © 2018. All rights reserved.