Class JiraURLAllowListService
java.lang.Object
com.codebarrel.jira.plugin.automation.service.JiraURLAllowListService
- All Implemented Interfaces:
URLAllowListService
-
Field Summary
Fields inherited from interface com.codebarrel.automation.api.service.URLAllowListService
SERVICE_STATE_ENABLED_DEFAULT_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionJiraURLAllowListService(com.atlassian.plugins.whitelist.WhitelistService whitelistService, com.atlassian.plugins.whitelist.OutboundWhitelist outboundList, com.atlassian.plugins.whitelist.InboundWhitelist inboundList, TenantService tenantService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInboundAllowed(URI uri) booleanisOutboundAllowed(URI uri)
-
Constructor Details
-
JiraURLAllowListService
@Inject public JiraURLAllowListService(com.atlassian.plugins.whitelist.WhitelistService whitelistService, com.atlassian.plugins.whitelist.OutboundWhitelist outboundList, com.atlassian.plugins.whitelist.InboundWhitelist inboundList, TenantService tenantService)
-
-
Method Details
-
isOutboundAllowed
- Specified by:
isOutboundAllowedin interfaceURLAllowListService
-
isInboundAllowed
- Specified by:
isInboundAllowedin interfaceURLAllowListService
-