Class ProxyAllowlist


  • public class ProxyAllowlist
    extends Object
    Allowlist manager for hawtio proxy. TODO: For now this implementation is heavily relying on Fabric v1, and should be rewritten to a more general form.
    • Constructor Detail

      • ProxyAllowlist

        public ProxyAllowlist​(String allowlistStr)
      • ProxyAllowlist

        public ProxyAllowlist​(String allowlistStr,
                              boolean probeLocal)
    • Method Detail

      • initialiseAllowlist

        protected void initialiseAllowlist()
      • isAllowed

        public boolean isAllowed​(ProxyDetails details)
      • update

        public boolean update()
      • invokeMBean

        protected Set<String> invokeMBean()