Uses of Class
com.logicaldoc.gui.common.client.beans.GUILDAPServer
-
Packages that use GUILDAPServer Package Description com.logicaldoc.gui.frontend.client.security.ldap com.logicaldoc.gui.frontend.client.services -
-
Uses of GUILDAPServer in com.logicaldoc.gui.frontend.client.security.ldap
Methods in com.logicaldoc.gui.frontend.client.security.ldap with parameters of type GUILDAPServer Modifier and Type Method Description void
LDAPBrowser. setServer(GUILDAPServer server)
void
LDAPServersPanel. showServerDetails(GUILDAPServer server)
void
LDAPServersPanel. updateRecord(GUILDAPServer server)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.security.ldap with parameters of type GUILDAPServer Constructor Description LDAPBrowser(GUILDAPServer server)
LDAPServerDetailsPanel(LDAPServersPanel listing, GUILDAPServer server)
-
Uses of GUILDAPServer in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUILDAPServer Modifier and Type Method Description GUILDAPServer
LDAPService. get(long serverId)
Loads external authentication settingsGUILDAPServer
LDAPService. save(GUILDAPServer ldapServer)
Saves external authentication settingsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUILDAPServer Modifier and Type Method Description GUILDAPServer
LDAPService. save(GUILDAPServer ldapServer)
Saves external authentication settingsvoid
LDAPServiceAsync. save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
boolean
LDAPService. testConnection(GUILDAPServer ldapServer)
Tests the connectionvoid
LDAPServiceAsync. testConnection(GUILDAPServer ldapSettings, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUILDAPServer Modifier and Type Method Description void
LDAPServiceAsync. get(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
void
LDAPServiceAsync. save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)
-