Class RBACDecorator

  • All Implemented Interfaces:
    RBACDecoratorMBean

    public class RBACDecorator
    extends Object
    implements RBACDecoratorMBean

    An MBean that may be used by hawtio:type=security,name=RBACRegistry to decorate optimized jolokia list operation with RBAC info.

    • Field Detail

      • LOG

        public static org.slf4j.Logger LOG
    • Constructor Detail

      • RBACDecorator

        public RBACDecorator​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • getVerify

        public boolean getVerify()
        Description copied from interface: RBACDecoratorMBean
        Returns if it is in verify mode. When it runs in verify mode, consistency of RBAC information is checked upon decorate.
        Specified by:
        getVerify in interface RBACDecoratorMBean
        Returns:
        verify mode
      • setVerify

        public void setVerify​(boolean verify)
        Description copied from interface: RBACDecoratorMBean
        Sets verify mode.
        Specified by:
        setVerify in interface RBACDecoratorMBean
        Parameters:
        verify - verify mode to set