Package org.jivesoftware.smackx.admin
Class ServiceAdministrationManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.admin.ServiceAdministrationManager
public class ServiceAdministrationManager
extends org.jivesoftware.smack.Manager
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServiceAdministrationManager(org.jivesoftware.smack.XMPPConnection connection) -
Method Summary
Modifier and TypeMethodDescriptionaddUser()voidaddUser(org.jxmpp.jid.Jid service) voiddeleteUser(Set<org.jxmpp.jid.EntityBareJid> jidsToDelete) voiddeleteUser(org.jxmpp.jid.EntityBareJid userJidToDelete) deleteUser(org.jxmpp.jid.Jid service) static ServiceAdministrationManagergetInstanceFor(org.jivesoftware.smack.XMPPConnection connection) Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
Field Details
-
COMMAND_NODE
- See Also:
-
-
Constructor Details
-
ServiceAdministrationManager
public ServiceAdministrationManager(org.jivesoftware.smack.XMPPConnection connection)
-
-
Method Details
-
getInstanceFor
public static ServiceAdministrationManager getInstanceFor(org.jivesoftware.smack.XMPPConnection connection) -
addUser
-
addUser
-
addUser
public void addUser(org.jxmpp.jid.EntityBareJid userJid, String password) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-
deleteUser
-
deleteUser
-
deleteUser
public void deleteUser(org.jxmpp.jid.EntityBareJid userJidToDelete) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-
deleteUser
public void deleteUser(Set<org.jxmpp.jid.EntityBareJid> jidsToDelete) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-