Class JiraIpAddressProviderImpl
java.lang.Object
com.atlassian.jira.auditing.spis.service.JiraIpAddressProviderImpl
- All Implemented Interfaces:
com.atlassian.audit.core.spi.service.IpAddressProvider
public class JiraIpAddressProviderImpl
extends Object
implements com.atlassian.audit.core.spi.service.IpAddressProvider
Fault tolerant implementation of IpAddressProvider that supports atlassian-audit-plugin.
-
Constructor Summary
ConstructorsConstructorDescriptionJiraIpAddressProviderImpl
(com.atlassian.sal.api.web.context.HttpContext httpContext) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
JiraIpAddressProviderImpl
public JiraIpAddressProviderImpl(com.atlassian.sal.api.web.context.HttpContext httpContext)
-
-
Method Details
-
currentIpAddress
- Specified by:
currentIpAddress
in interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
remoteIpAddress
- Specified by:
remoteIpAddress
in interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
forwarderIpAddress
- Specified by:
forwarderIpAddress
in interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-