Interface LDAPServiceAsync


public interface LDAPServiceAsync
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    delete(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    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
    reorder(List<Long> serverIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    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 Link icon

    • save Link icon

      void save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
    • testConnection Link icon

      void testConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
    • listUsers Link icon

      void listUsers(String login, long serverId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIUser>> callback)
    • importUsers Link icon

      void importUsers(List<String> usernames, long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback)
    • get Link icon

      void get(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
    • delete Link icon

      void delete(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • reorder Link icon

      void reorder(List<Long> serverIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)