Uses of Class
com.logicaldoc.gui.common.client.beans.GUILDAPServer
Packages that use GUILDAPServer
Package
Description
-
Uses of GUILDAPServer in com.logicaldoc.gui.frontend.client.security.ldap
Methods in com.logicaldoc.gui.frontend.client.security.ldap with parameters of type GUILDAPServerModifier and TypeMethodDescriptionvoidLDAPBrowser.setServer(GUILDAPServer server) voidLDAPServersPanel.showServerDetails(GUILDAPServer server) voidLDAPServersPanel.updateRecord(GUILDAPServer server) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.security.ldap with parameters of type GUILDAPServerModifierConstructorDescriptionLDAPBrowser(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 GUILDAPServerModifier and TypeMethodDescriptionLDAPService.get(long serverId) Loads external authentication settingsLDAPService.save(GUILDAPServer ldapServer) Saves external authentication settingsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUILDAPServerModifier and TypeMethodDescriptionLDAPService.save(GUILDAPServer ldapServer) Saves external authentication settingsvoidLDAPServiceAsync.save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) booleanLDAPService.testConnection(GUILDAPServer ldapServer) Tests the connectionvoidLDAPServiceAsync.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 GUILDAPServerModifier and TypeMethodDescriptionvoidLDAPServiceAsync.get(long serverId, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback) voidLDAPServiceAsync.save(GUILDAPServer ldapServer, com.google.gwt.user.client.rpc.AsyncCallback<GUILDAPServer> callback)