|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.admin.DefaultAdminProvider
public class DefaultAdminProvider
Handles default management of admin users, which stores the list if accounts as a system property.
| Constructor Summary | |
|---|---|
DefaultAdminProvider()
Constructs a new DefaultAdminProvider |
|
| Method Summary | |
|---|---|
List<org.xmpp.packet.JID> |
getAdmins()
The default provider retrieves the comma separated list from the system property admin.authorizedJIDs |
boolean |
isReadOnly()
The default provider is not read only |
void |
setAdmins(List<org.xmpp.packet.JID> admins)
The default provider sets a comma separated list as the system property admin.authorizedJIDs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAdminProvider()
| Method Detail |
|---|
public List<org.xmpp.packet.JID> getAdmins()
getAdmins in interface AdminProviderAdminProvider.getAdmins()public void setAdmins(List<org.xmpp.packet.JID> admins)
setAdmins in interface AdminProvideradmins - List of JIDs of accounts to grant admin access to.AdminProvider.setAdmins(java.util.List)public boolean isReadOnly()
isReadOnly in interface AdminProviderAdminProvider.isReadOnly()
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||