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 Details

    • NoopTrustedProxyManager

      public NoopTrustedProxyManager()
  • Method Details

    • isTrusted

      public boolean isTrusted(String s)
      Specified by:
      isTrusted in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
    • getAddresses

      public Set<String> getAddresses()
      Specified by:
      getAddresses in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
    • addAddress

      public boolean addAddress(String s)
      Specified by:
      addAddress in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
    • removeAddress

      public void removeAddress(String s)
      Specified by:
      removeAddress in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager