Package com.atlassian.plugins.whitelist
Interface OutboundWhitelist
- All Superinterfaces:
Whitelist
Check if outgoing access to a given uri is allowed or not.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
isAllowed
Checks if requests to the provided URI are allowed according to the current whitelist configuration, including rules that inspect auth status.- Parameters:
uri- the uri to which an http request is madeuserKey- the userKey of the user to check for auth-required rules.- Returns:
- true if requests are allowed, false otherwise
-