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 Details

    • SERVICE_STATE_ENABLED_DEFAULT_VALUE

      static final boolean SERVICE_STATE_ENABLED_DEFAULT_VALUE
      See Also:
  • Method Details

    • isOutboundAllowed

      boolean isOutboundAllowed(URI uri)
    • isInboundAllowed

      boolean isInboundAllowed(URI uri)