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 voidLDAPBrowser. setServer(GUILDAPServer server)voidLDAPServersPanel. showServerDetails(GUILDAPServer server)voidLDAPServersPanel. 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 GUILDAPServerLDAPService. get(long serverId)Loads external authentication settingsGUILDAPServerLDAPService. save(GUILDAPServer ldapServer)Saves external authentication settingsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUILDAPServer Modifier and Type Method Description GUILDAPServerLDAPService. 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 GUILDAPServer Modifier and Type Method Description voidLDAPServiceAsync. 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)
-