Interface LDAPServiceAsync
public interface LDAPServiceAsync
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidget(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) voidimportUsers(List<String> usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidlistUsers(String login, long serverId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIUser>> callback) voidvoidsave(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) voidtestConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) 
- 
Method Details- 
savevoid save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) 
- 
testConnectionvoid testConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) 
- 
listUsers
- 
importUsers
- 
get
- 
delete
- 
reorder
 
-