public class RemoteTriggerIpHandling extends Object
| Constructor and Description |
|---|
RemoteTriggerIpHandling() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getRequestIpAddresses(javax.servlet.http.HttpServletRequest request)
Returns all IP addresses involved in a request.
|
protected boolean |
ipMatchesHost(String testedIp,
String hostOrCidr) |
static boolean |
isCidrMatching(String testedIp,
String prefix,
String maskStr) |
protected List<String> getRequestIpAddresses(javax.servlet.http.HttpServletRequest request)
protected boolean ipMatchesHost(@NotNull
String testedIp,
@NotNull
String hostOrCidr)
throws UnknownHostException
UnknownHostExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.