Uses of Class
org.apache.aries.jmx.codec.RoleData

Packages that use RoleData
org.apache.aries.jmx.codec   
 

Uses of RoleData in org.apache.aries.jmx.codec
 

Subclasses of RoleData in org.apache.aries.jmx.codec
 class GroupData
           GroupData represents Group Type @see UserAdminMBean.GROUP_TYPE.It is a codec for the CompositeData representing a Group.
 class UserData
           UserData represents User Type @see UserAdminMBean.USER_TYPE.It is a codec for the CompositeData representing a User.
 

Methods in org.apache.aries.jmx.codec that return RoleData
static RoleData RoleData.from(CompositeData data)
          Static factory method to create RoleData from CompositeData object.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.