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()
AdminProvider
getAdmins
in interface AdminProvider
public void setAdmins(List<org.xmpp.packet.JID> admins)
AdminProvider
setAdmins
in interface AdminProvider
admins
- List of JIDs of accounts to grant admin access to.public boolean isReadOnly()
AdminProvider
isReadOnly
in interface AdminProvider
Copyright © 2003-2008 Jive Software.