Package com.atlassian.jira.dashboard
Class JiraWhitelist
java.lang.Object
com.atlassian.jira.dashboard.JiraWhitelist
- All Implemented Interfaces:
com.atlassian.gadgets.opensocial.spi.Whitelist
A JIRA specific whitelist implementation which uses the whitelist configuration provided by the
whitelist service as well as localhost for gadget loopback requests (there shouldn't be any but just in case).
- Since:
- v4.3
-
Constructor Summary
ConstructorsConstructorDescriptionJiraWhitelist
(ApplicationProperties props, OutboundWhitelistProvider outboundWhitelistProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.gadgets.opensocial.spi.Whitelist
allows
-
Constructor Details
-
JiraWhitelist
public JiraWhitelist(ApplicationProperties props, OutboundWhitelistProvider outboundWhitelistProvider)
-
-
Method Details
-
allows
- Specified by:
allows
in interfacecom.atlassian.gadgets.opensocial.spi.Whitelist
-