Class NoopTrustedProxyManager
java.lang.Object
com.atlassian.jira.crowd.embedded.NoopTrustedProxyManager
- All Implemented Interfaces:
com.atlassian.crowd.manager.proxy.TrustedProxyManager
public class NoopTrustedProxyManager
extends Object
implements com.atlassian.crowd.manager.proxy.TrustedProxyManager
We don't provide any of this functionality. Just need to provide this guy because
Crowd Rest Plugin needs an implementation.
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopTrustedProxyManager
public NoopTrustedProxyManager()
-
-
Method Details
-
isTrusted
- Specified by:
isTrusted
in interfacecom.atlassian.crowd.manager.proxy.TrustedProxyManager
-
getAddresses
- Specified by:
getAddresses
in interfacecom.atlassian.crowd.manager.proxy.TrustedProxyManager
-
addAddress
- Specified by:
addAddress
in interfacecom.atlassian.crowd.manager.proxy.TrustedProxyManager
-
removeAddress
- Specified by:
removeAddress
in interfacecom.atlassian.crowd.manager.proxy.TrustedProxyManager
-