Class SetAPNSCertificate

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getNode()  
      boolean isAllowedFor​(tigase.xmpp.jid.JID jid)  
      protected tigase.form.Form prepareForm​(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response)  
      protected tigase.form.Form submitForm​(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response, tigase.form.Form form)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.component.adhoc.AdHocCommand

        execute, getGroup
    • Constructor Detail

      • SetAPNSCertificate

        public SetAPNSCertificate()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getNode

        public java.lang.String getNode()
      • isAllowedFor

        public boolean isAllowedFor​(tigase.xmpp.jid.JID jid)
      • prepareForm

        protected tigase.form.Form prepareForm​(tigase.component.adhoc.AdhHocRequest request,
                                               tigase.component.adhoc.AdHocResponse response)
                                        throws tigase.component.adhoc.AdHocCommandException
        Specified by:
        prepareForm in class AbstractAdHocCommand
        Throws:
        tigase.component.adhoc.AdHocCommandException
      • submitForm

        protected tigase.form.Form submitForm​(tigase.component.adhoc.AdhHocRequest request,
                                              tigase.component.adhoc.AdHocResponse response,
                                              tigase.form.Form form)
                                       throws tigase.component.adhoc.AdHocCommandException
        Specified by:
        submitForm in class AbstractAdHocCommand
        Throws:
        tigase.component.adhoc.AdHocCommandException