|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminProvider
An AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users.
| 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. |
| Method Detail |
|---|
List<org.xmpp.packet.JID> getAdmins()
void setAdmins(List<org.xmpp.packet.JID> admins)
admins - List of JIDs of accounts to grant admin access to.boolean isReadOnly()
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||