public class ClearspaceAdminProvider extends Object implements AdminProvider
Modifier and Type | Field and Description |
---|---|
protected static String |
PERMISSION_URL_PREFIX |
Constructor and Description |
---|
ClearspaceAdminProvider() |
Modifier and Type | Method and Description |
---|---|
List<org.xmpp.packet.JID> |
getAdmins()
The clearspace provider pulls the admin list from the userPermissions web service
|
boolean |
isReadOnly()
The clearspace provider is read only
|
void |
setAdmins(List<org.xmpp.packet.JID> admins)
The clearspace provider does not allow setting admin lists from this interface
|
protected static final String PERMISSION_URL_PREFIX
public List<org.xmpp.packet.JID> getAdmins()
getAdmins
in interface AdminProvider
AdminProvider.getAdmins()
public void setAdmins(List<org.xmpp.packet.JID> admins)
setAdmins
in interface AdminProvider
admins
- List of JIDs of accounts to grant admin access to.AdminProvider.setAdmins(java.util.List)
public boolean isReadOnly()
isReadOnly
in interface AdminProvider
AdminProvider.isReadOnly()
Copyright © 2003-2008 Jive Software.