Class JiraWhitelist

java.lang.Object
com.atlassian.jira.dashboard.JiraWhitelist
All Implemented Interfaces:
com.atlassian.gadgets.opensocial.spi.Whitelist

public class JiraWhitelist extends Object implements 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 Details

  • Method Details

    • allows

      public boolean allows(URI uriRequest, com.atlassian.sal.api.user.UserKey userKey)
      Specified by:
      allows in interface com.atlassian.gadgets.opensocial.spi.Whitelist