com.atlassian.jira.crowd.embedded
Class NoopTrustedProxyManager

java.lang.Object
  extended by 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
NoopTrustedProxyManager()
           
 
Method Summary
 boolean addAddress(String s)
           
 Set<String> getAddresses()
           
 boolean isTrusted(String s)
           
 void removeAddress(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopTrustedProxyManager

public NoopTrustedProxyManager()
Method Detail

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.