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 GUIKeystore
SignService. 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 void
SignService. generateNewKeystore(GUIKeystore keystore)
Discards the actual key store and generates a new onevoid
SignServiceAsync. generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
SignService. imporKeystore(GUIKeystore keystore)
void
SignServiceAsync. imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
SignService. saveKeystore(GUIKeystore keystore)
void
SignServiceAsync. 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 void
SignServiceAsync. 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 GUIKeystore
TenantKeystorePanel. getKeystore()
-