public class CrowdAdminProvider extends Object implements AdminProvider
| Constructor and Description |
|---|
CrowdAdminProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<org.xmpp.packet.JID> |
getAdmins()
Returns a list of JIDs of accounts with administrative privileges.
|
boolean |
isReadOnly()
Indicates whether the admin list is read-only or not.
|
void |
setAdmins(List<org.xmpp.packet.JID> admins)
Sets the list of admin accounts, by JID.
|
public List<org.xmpp.packet.JID> getAdmins()
AdminProvidergetAdmins in interface AdminProviderpublic void setAdmins(List<org.xmpp.packet.JID> admins)
AdminProvidersetAdmins in interface AdminProvideradmins - List of JIDs of accounts to grant admin access to.public boolean isReadOnly()
AdminProviderisReadOnly in interface AdminProviderCopyright © 2003–2019 Ignite Realtime. All rights reserved.