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 voidAbstractCredentialsCommand. processForm(Form form, AdhHocRequest request, AdHocResponse response)protected voidAddUserCredentials. processForm(Form form, AdhHocRequest request, AdHocResponse response)protected voidDeleteUserCredentials. processForm(Form form, AdhHocRequest request, AdHocResponse response)protected voidShowUserCredentials. processForm(Form form, AdhHocRequest request, AdHocResponse response) -
Uses of Form in tigase.form
Subclasses of Form in tigase.form Modifier and Type Class Description classMultiItemFormMethods in tigase.form with parameters of type Form Modifier and Type Method Description voidSignatureCalculator. addEmptyFields(Form form)java.lang.StringSignatureCalculator. calculateSignature(JID to, Form form)Calculate signature of given form.voidForm. copyValuesFrom(Form form)protected booleanFormSignatureVerifier. isFormSigned(Form form)voidFormSignatureVerifier.SignatureVerifyHandler. onFormVerify(JID to, Form form, SignatureCalculator signatureCalculator)voidSignatureCalculator. sign(JID to, java.lang.String nonce, long timestamp, Form form)Sign given Form.voidSignatureCalculator. sign(JID to, Form form)Sign given form with current time.voidFormSigner. signForm(JID to, Form form)Sign given form with current time.longFormSignatureVerifier. verify(JID to, Form form)Verify signature of given form.longFormSignatureVerifier. 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 FormTaskConfigItem. getConfiguration()FormConfigurableTask. getCurrentConfiguration()FormInfoTask. getTaskInfo()Methods in tigase.monitor with parameters of type Form Modifier and Type Method Description voidTaskConfigItem. setConfiguration(Form configuration)voidConfigurableTask. setNewConfiguration(Form form)voidTasksScriptRegistrar. 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 FormAbstractConfigurableTask. getCurrentConfiguration()FormAbstractConfigurableTimerTask. getCurrentConfiguration()FormConnectionsTask. getCurrentConfiguration()FormCpuTempTask. getCurrentConfiguration()FormDiskTask. getCurrentConfiguration()FormLoadCheckerTask. getCurrentConfiguration()FormLoggerTask. getCurrentConfiguration()FormMemoryCheckerTask. getCurrentConfiguration()FormSampleTask. getCurrentConfiguration()FormConnectionsTask. getTaskInfo()FormLoadCheckerTask. getTaskInfo()FormMemoryCheckerTask. getTaskInfo()Methods in tigase.monitor.tasks with parameters of type Form Modifier and Type Method Description voidAbstractConfigurableTask. setNewConfiguration(Form form)voidAbstractConfigurableTimerTask. setNewConfiguration(Form form)voidConnectionsTask. setNewConfiguration(Form form)voidCpuTempTask. setNewConfiguration(Form form)voidDiskTask. setNewConfiguration(Form form)voidLoadCheckerTask. setNewConfiguration(Form form)voidLoggerTask. setNewConfiguration(Form form)voidMemoryCheckerTask. setNewConfiguration(Form form)voidSampleTask. setNewConfiguration(Form form)
-