com.atlassian.gadgets.opensocial.spi
Interface Whitelist

All Known Implementing Classes:
AppLinksWhitelist, DelegatingWhitelist

public interface Whitelist

A whitelist to determine what remote systems an administrator has deemed appropriate to make requests to.

Since:
2.2.0

Method Summary
 boolean allows(URI uri)
          Returns true if the URI is in the whitelist of remote systems that are appropriate to make requests to, false otherwise.
 

Method Detail

allows

boolean allows(URI uri)
Returns true if the URI is in the whitelist of remote systems that are appropriate to make requests to, false otherwise.

Parameters:
uri - URI of the remote system to check for whitelisting
Returns:
true if the URI is in the whitelist, false otherwise


Copyright © 2014 Atlassian. All Rights Reserved.