public class ProxyAllowlist extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CopyOnWriteArraySet<String> |
allowlist |
protected ObjectName |
fabricMBean |
protected MBeanServer |
mBeanServer |
protected List<Pattern> |
regexAllowlist |
| Constructor and Description |
|---|
ProxyAllowlist(String allowlistStr) |
ProxyAllowlist(String allowlistStr,
boolean probeLocal) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Pattern> |
buildRegexAllowlist(List<String> allowlist) |
protected List<String> |
filterRegex(List<String> allowlist) |
protected void |
initialiseAllowlist() |
protected Set<String> |
invokeMBean() |
boolean |
isAllowed(ProxyDetails details) |
boolean |
update() |
protected CopyOnWriteArraySet<String> allowlist
protected MBeanServer mBeanServer
protected ObjectName fabricMBean
public ProxyAllowlist(String allowlistStr)
public ProxyAllowlist(String allowlistStr, boolean probeLocal)
protected void initialiseAllowlist()
public boolean isAllowed(ProxyDetails details)
public boolean update()
Copyright © 2020 JBoss by Red Hat. All rights reserved.