public interface LdapServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
importUsers(String sid,
String[] dns,
com.google.gwt.user.client.rpc.AsyncCallback<GUIValuePair[]> callback) |
void |
listUsers(String sid,
String login,
com.google.gwt.user.client.rpc.AsyncCallback<GUIUser[]> callback) |
void |
loadSettings(String sid,
com.google.gwt.user.client.rpc.AsyncCallback<GUILdapSettings> callback) |
void |
saveSettings(String sid,
GUILdapSettings ldapSettings,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
testConnection(String sid,
GUILdapSettings ldapSettings,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void loadSettings(String sid, com.google.gwt.user.client.rpc.AsyncCallback<GUILdapSettings> callback)
void saveSettings(String sid, GUILdapSettings ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void testConnection(String sid, GUILdapSettings ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void listUsers(String sid, String login, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser[]> callback)
void importUsers(String sid, String[] dns, com.google.gwt.user.client.rpc.AsyncCallback<GUIValuePair[]> callback)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.