Uses of Class
tigase.form.Form
Packages that use Form
Package
Description
-
Uses of Form in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type FormModifier and TypeMethodDescriptionprotected abstract void
AbstractCredentialsCommand.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
AddUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
DeleteUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
ShowUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) -
Uses of Form in tigase.form
Subclasses of Form in tigase.formMethods in tigase.form with parameters of type FormModifier and TypeMethodDescriptionvoid
SignatureCalculator.addEmptyFields
(Form form) SignatureCalculator.calculateSignature
(JID to, Form form) Calculate signature of given form.void
Form.copyValuesFrom
(Form form) protected boolean
FormSignatureVerifier.isFormSigned
(Form form) void
FormSignatureVerifier.SignatureVerifyHandler.onFormVerify
(JID to, Form form, SignatureCalculator signatureCalculator) void
Sign given Form.void
Sign given form with current time.void
Sign given form with current time.long
Verify signature of given form.long
FormSignatureVerifier.verify
(JID to, Form form, FormSignatureVerifier.SignatureVerifyHandler handler) Verify signature of given form.Constructors in tigase.form with parameters of type Form -
Uses of Form in tigase.monitor
Methods in tigase.monitor that return FormModifier and TypeMethodDescriptionTaskConfigItem.getConfiguration()
ConfigurableTask.getCurrentConfiguration()
InfoTask.getTaskInfo()
Methods in tigase.monitor with parameters of type FormModifier and TypeMethodDescriptionvoid
TaskConfigItem.setConfiguration
(Form configuration) void
ConfigurableTask.setNewConfiguration
(Form form) void
TasksScriptRegistrar.updateConfig
(String taskName, Form form) -
Uses of Form in tigase.monitor.tasks
Methods in tigase.monitor.tasks that return FormModifier and TypeMethodDescriptionAbstractConfigurableTask.getCurrentConfiguration()
AbstractConfigurableTimerTask.getCurrentConfiguration()
ConnectionsTask.getCurrentConfiguration()
CpuTempTask.getCurrentConfiguration()
DiskTask.getCurrentConfiguration()
LoadCheckerTask.getCurrentConfiguration()
LoggerTask.getCurrentConfiguration()
MemoryCheckerTask.getCurrentConfiguration()
SampleTask.getCurrentConfiguration()
ConnectionsTask.getTaskInfo()
LoadCheckerTask.getTaskInfo()
MemoryCheckerTask.getTaskInfo()
Methods in tigase.monitor.tasks with parameters of type FormModifier and TypeMethodDescriptionvoid
AbstractConfigurableTask.setNewConfiguration
(Form form) void
AbstractConfigurableTimerTask.setNewConfiguration
(Form form) void
ConnectionsTask.setNewConfiguration
(Form form) void
CpuTempTask.setNewConfiguration
(Form form) void
DiskTask.setNewConfiguration
(Form form) void
LoadCheckerTask.setNewConfiguration
(Form form) void
LoggerTask.setNewConfiguration
(Form form) void
MemoryCheckerTask.setNewConfiguration
(Form form) void
SampleTask.setNewConfiguration
(Form form) -
Uses of Form in tigase.server.rtbl.adhoc
Methods in tigase.server.rtbl.adhoc that return FormModifier and TypeMethodDescriptionprotected abstract Form
AbstractAdHocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
RTBLAddCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
RTBLDeleteCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected abstract Form
AbstractAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLAddCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLDeleteCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) Methods in tigase.server.rtbl.adhoc with parameters of type FormModifier and TypeMethodDescriptionprotected abstract Form
AbstractAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLAddCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLDeleteCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) -
Uses of Form in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push that return FormModifier and TypeMethodDescriptionprotected abstract Form
PushNotifications.AbstractAdhocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
PushNotifications.DisableDeviceAdHocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
PushNotifications.DisableDeviceAdHocCommand.prepareForm
(BareJID accountJid) protected Form
PushNotifications.ListDevicesAdhocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected abstract Form
PushNotifications.AbstractAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.DisableDeviceAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.ListDevicesAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) Methods in tigase.xmpp.impl.push with parameters of type FormModifier and TypeMethodDescriptionprotected abstract Form
PushNotifications.AbstractAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.DisableDeviceAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.ListDevicesAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form)