Interface LDAPServiceAsync
public interface LDAPServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
get
(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) void
importUsers
(List<String> usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
listUsers
(String login, long serverId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIUser>> callback) void
void
save
(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) void
testConnection
(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
Method Details
-
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
-
importUsers
-
get
-
delete
-
reorder
-