Uses of Class
com.logicaldoc.gui.common.client.beans.GUIKeystore
-
Packages that use GUIKeystore Package Description com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.tenant -
-
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIKeystore Modifier and Type Method Description GUIKeystoreSignService. loadKeystore(long tenantId)Gets the keystore's metadata of the given tenantMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIKeystore Modifier and Type Method Description voidSignService. generateNewKeystore(GUIKeystore keystore)Discards the actual key store and generates a new onevoidSignServiceAsync. generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidSignService. imporKeystore(GUIKeystore keystore)voidSignServiceAsync. imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidSignService. saveKeystore(GUIKeystore keystore)voidSignServiceAsync. saveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIKeystore Modifier and Type Method Description voidSignServiceAsync. loadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) -
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.tenant
Methods in com.logicaldoc.gui.frontend.client.tenant that return GUIKeystore Modifier and Type Method Description GUIKeystoreTenantKeystorePanel. getKeystore()
-