Class OutboundWhiteListBypassUtil
- java.lang.Object
-
- com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
-
public class OutboundWhiteListBypassUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringASTC_DATA_URL_PROPERTY_NAMEstatic StringDEFAULT_ASTC_DATA_URL_PREFIXstatic StringLOCAL_SYNCHRONY_HEARTBEAT_PATHstatic StringSYNCHRONY_HEARTBEAT_PATHstatic StringSYNCHRONY_HOST_PROPERTY_NAMEstatic StringSYNCHRONY_LOCAL_PROPERTY_NAMEstatic StringSYNCHRONY_PROPERTY_NAMEstatic StringSYNCHRONY_PROXY_HEALTHCHECK_PATHstatic StringWHISPHER_DEFAULT_ENDPOINTstatic StringWHISPHER_ENDPOINT_PROPERTY
-
Constructor Summary
Constructors Constructor Description OutboundWhiteListBypassUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbyPassOutboundWhitelist(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
-
-