Class OutboundWhiteListBypassUtil
- java.lang.Object
-
- com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
-
public class OutboundWhiteListBypassUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASTC_DATA_URL_PROPERTY_NAME
static String
DEFAULT_ASTC_DATA_URL_PREFIX
static String
LOCAL_SYNCHRONY_HEARTBEAT_PATH
static String
SYNCHRONY_HEARTBEAT_PATH
static String
SYNCHRONY_HOST_PROPERTY_NAME
static String
SYNCHRONY_LOCAL_PROPERTY_NAME
static String
SYNCHRONY_PROPERTY_NAME
static String
SYNCHRONY_PROXY_HEALTHCHECK_PATH
static String
WHISPHER_DEFAULT_ENDPOINT
static String
WHISPHER_ENDPOINT_PROPERTY
-
Constructor Summary
Constructors Constructor Description OutboundWhiteListBypassUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
byPassOutboundWhitelist(String url, String synchronyBandanaUrl)
-
-
-
Field Detail
-
ASTC_DATA_URL_PROPERTY_NAME
public static final String ASTC_DATA_URL_PROPERTY_NAME
- See Also:
- Constant Field Values
-
SYNCHRONY_HOST_PROPERTY_NAME
public static final String SYNCHRONY_HOST_PROPERTY_NAME
- See Also:
- Constant Field Values
-
SYNCHRONY_LOCAL_PROPERTY_NAME
public static final String SYNCHRONY_LOCAL_PROPERTY_NAME
- See Also:
- Constant Field Values
-
SYNCHRONY_PROPERTY_NAME
public static final String SYNCHRONY_PROPERTY_NAME
- See Also:
- Constant Field Values
-
DEFAULT_ASTC_DATA_URL_PREFIX
public static final String DEFAULT_ASTC_DATA_URL_PREFIX
- See Also:
- Constant Field Values
-
LOCAL_SYNCHRONY_HEARTBEAT_PATH
public static final String LOCAL_SYNCHRONY_HEARTBEAT_PATH
- See Also:
- Constant Field Values
-
SYNCHRONY_HEARTBEAT_PATH
public static final String SYNCHRONY_HEARTBEAT_PATH
- See Also:
- Constant Field Values
-
SYNCHRONY_PROXY_HEALTHCHECK_PATH
public static final String SYNCHRONY_PROXY_HEALTHCHECK_PATH
- See Also:
- Constant Field Values
-
WHISPHER_DEFAULT_ENDPOINT
public static final String WHISPHER_DEFAULT_ENDPOINT
- See Also:
- Constant Field Values
-
WHISPHER_ENDPOINT_PROPERTY
public static final String WHISPHER_ENDPOINT_PROPERTY
- See Also:
- Constant Field Values
-
-