Uses of Class
tigase.form.Form
-
Packages that use Form Package Description tigase.auth.adhoc tigase.form tigase.monitor tigase.monitor.tasks -
-
Uses of Form in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type Form Modifier and Type Method Description protected 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.form Modifier and Type Class Description class
MultiItemForm
Methods in tigase.form with parameters of type Form Modifier and Type Method Description void
SignatureCalculator. addEmptyFields(Form form)
java.lang.String
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
SignatureCalculator. sign(JID to, java.lang.String nonce, long timestamp, Form form)
Sign given Form.void
SignatureCalculator. sign(JID to, Form form)
Sign given form with current time.void
FormSigner. signForm(JID to, Form form)
Sign given form with current time.long
FormSignatureVerifier. verify(JID to, Form form)
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 Constructor Description MultiItemForm(Form form)
-
Uses of Form in tigase.monitor
Methods in tigase.monitor that return Form Modifier and Type Method Description Form
TaskConfigItem. getConfiguration()
Form
ConfigurableTask. getCurrentConfiguration()
Form
InfoTask. getTaskInfo()
Methods in tigase.monitor with parameters of type Form Modifier and Type Method Description void
TaskConfigItem. setConfiguration(Form configuration)
void
ConfigurableTask. setNewConfiguration(Form form)
void
TasksScriptRegistrar. updateConfig(java.lang.String taskName, Form form)
-
Uses of Form in tigase.monitor.tasks
Methods in tigase.monitor.tasks that return Form Modifier and Type Method Description Form
AbstractConfigurableTask. getCurrentConfiguration()
Form
AbstractConfigurableTimerTask. getCurrentConfiguration()
Form
ConnectionsTask. getCurrentConfiguration()
Form
CpuTempTask. getCurrentConfiguration()
Form
DiskTask. getCurrentConfiguration()
Form
LoadCheckerTask. getCurrentConfiguration()
Form
LoggerTask. getCurrentConfiguration()
Form
MemoryCheckerTask. getCurrentConfiguration()
Form
SampleTask. getCurrentConfiguration()
Form
ConnectionsTask. getTaskInfo()
Form
LoadCheckerTask. getTaskInfo()
Form
MemoryCheckerTask. getTaskInfo()
Methods in tigase.monitor.tasks with parameters of type Form Modifier and Type Method Description void
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)
-