I need to register a custom implementation of MBeanServerForwarder to do authorization. I looked around the source code and all examples I could find on google, didn't find any useful links.
ConnectorServerFactoryBean starts the JMXConnectorServer in afterPropertiesSet(), but it doesn't have any setters for MBeanServerForwarder.
I hate to implement my own subclass of ConnectorServerFactoryBean to add this.
Thanks,
Sre
