public class NoopTrustedProxyManager extends Object implements com.atlassian.crowd.manager.proxy.TrustedProxyManager
Constructor and Description |
---|
NoopTrustedProxyManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
addAddress(String s) |
Set<String> |
getAddresses() |
boolean |
isTrusted(String s) |
void |
removeAddress(String s) |
public boolean isTrusted(String s)
isTrusted
in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
public Set<String> getAddresses()
getAddresses
in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
public boolean addAddress(String s)
addAddress
in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
public void removeAddress(String s)
removeAddress
in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
Copyright © 2002-2021 Atlassian. All Rights Reserved.