Interface LDAPServiceAsync
-
public interface LDAPServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidget(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)voidimportUsers(String[] usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue[]> callback)voidlistUsers(String login, long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser[]> callback)voidreorder(Long[] serverIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidsave(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)voidtestConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-
-
Method Detail
-
save
void save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
-
testConnection
void testConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
listUsers
void listUsers(String login, long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser[]> callback)
-
importUsers
void importUsers(String[] usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue[]> callback)
-
get
void get(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
-
delete
void delete(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
-