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 TypeMethodDescriptionvoid
LDAPBrowser.setServer
(GUILDAPServer server) void
LDAPServersPanel.showServerDetails
(GUILDAPServer server) void
LDAPServersPanel.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 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 GUILDAPServerModifier and TypeMethodDescriptionvoid
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)