|
Openfire 3.9.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.crowd.CrowdAdminProvider
public class CrowdAdminProvider
Admin provider which will map a crowd group with openfire authorized admin users
Constructor Summary | |
---|---|
CrowdAdminProvider()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrowdAdminProvider()
Method Detail |
---|
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
|
Openfire 3.9.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |