public class RBACRegistry extends Object implements RBACRegistryMBean
Generally we do enhanced Jolokia list operation, but if OSGi env is found we decorate the returned
objects with RBAC information.
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
RBACRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init() |
Map<String,Object> |
list()
Returns
Map (that can be nicely handled by Jolokia) containing everything that is initially
needed by hawtio client application. |
public Map<String,Object> list() throws Exception
RBACRegistryMBeanMap (that can be nicely handled by Jolokia) containing everything that is initially
needed by hawtio client application. It's an optimized and dedicated method that runs much faster than
sequence of relevant Jolokia operations (LIST+EXEC with maxDepth=7).list in interface RBACRegistryMBeanExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.