| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.util.modeler.BaseModelMBean
org.apache.catalina.mbeans.GroupMBean
public class GroupMBean
A ModelMBean implementation for the
 org.apache.catalina.Group component.
| Field Summary | |
|---|---|
| protected  ManagedBean | managedThe ManagedBeaninformation describing this MBean. | 
| protected  javax.management.MBeanServer | mserverThe MBeanServerin which we are registered. | 
| protected  Registry | registryThe configuration information registry for our managed beans. | 
| Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBean | 
|---|
| attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType | 
| Constructor Summary | |
|---|---|
| GroupMBean()Construct a ModelMBeanwith defaultModelMBeanInfoinformation. | |
| Method Summary | |
|---|---|
|  void | addRole(java.lang.String rolename)Add a new Roleto those this group belongs to. | 
|  java.lang.String[] | getRoles()Return the MBean Names of all authorized roles for this group. | 
|  java.lang.String[] | getUsers()Return the MBean Names of all users that are members of this group. | 
|  void | removeRole(java.lang.String rolename)Remove a Rolefrom those this group belongs to. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected Registry registry
protected javax.management.MBeanServer mserver
MBeanServer in which we are registered.
protected ManagedBean managed
ManagedBean information describing this MBean.
| Constructor Detail | 
|---|
public GroupMBean()
           throws javax.management.MBeanException,
                  javax.management.RuntimeOperationsException
ModelMBean with default
 ModelMBeanInfo information.
javax.management.MBeanException - if the initializer of an object
  throws an exception
javax.management.RuntimeOperationsException - if an IllegalArgumentException
  occurs| Method Detail | 
|---|
public java.lang.String[] getRoles()
public java.lang.String[] getUsers()
public void addRole(java.lang.String rolename)
Role to those this group belongs to.
rolename - Role name of the new rolepublic void removeRole(java.lang.String rolename)
Role from those this group belongs to.
rolename - Role name of the old role| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||