ConfigurationAdminMBean.html.update(String pid, TabularData properties)
.ConfigurationAdmin
, we can add RBAC informationMap
(that can be nicely handled by Jolokia) containing everything that is initially
needed by hawtio client application.org.apache.karaf.management.KarafMBeanServerGuard#iterateDownPids(java.util.List)
Given a list of segments, return a list of PIDs that are searched in this order.ObjectName
s may share RBAC info - if the same configadmin PIDs are examined by Karaforg.apache.karaf.management.KarafMBeanServerGuard#getNameSegments(javax.management.ObjectName)
Assuming full ObjectName
(not null, not containing wildcards and other funny stuff),
split objectName to elements used then co contruct ordered list of PIDs to check for MBean permissions.ObjectName
to a key that helps verifying whether different MBeans can produce same RBAC infohawtio:type=security,name=RBACRegistry
to decorate optimized
jolokia list
operation with RBAC info.Copyright © 2017 JBoss by Red Hat. All rights reserved.