Interface URLAllowListService
- All Known Implementing Classes:
JiraURLAllowListService
public interface URLAllowListService
Checks string representation of URL against inbound or outbound URL white list
- Since:
- 7.2.9
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInboundAllowed(URI uri) booleanisOutboundAllowed(URI uri)
-
Field Details
-
SERVICE_STATE_ENABLED_DEFAULT_VALUE
static final boolean SERVICE_STATE_ENABLED_DEFAULT_VALUE- See Also:
-
-
Method Details
-
isOutboundAllowed
-
isInboundAllowed
-