Package tigase.push.adhoc
Class SetAPNSCertificate
- java.lang.Object
-
- tigase.push.adhoc.AbstractAdHocCommand
-
- tigase.push.adhoc.SetAPNSCertificate
-
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
@Bean(name="set-apns-certificate", parent=PushNotificationsComponent.class, active=true) public class SetAPNSCertificate extends AbstractAdHocCommandCreated by andrzej on 02.01.2017.
-
-
Constructor Summary
Constructors Constructor Description SetAPNSCertificate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetNode()booleanisAllowedFor(tigase.xmpp.jid.JID jid)protected tigase.form.FormprepareForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response)protected tigase.form.FormsubmitForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response, tigase.form.Form form)-
Methods inherited from class tigase.push.adhoc.AbstractAdHocCommand
execute
-
-
-
-
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:
prepareFormin classAbstractAdHocCommand- 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:
submitFormin classAbstractAdHocCommand- Throws:
tigase.component.adhoc.AdHocCommandException
-
-