Class ConfluenceAuditIpAddressProvider
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditIpAddressProvider
-
- All Implemented Interfaces:
com.atlassian.audit.core.spi.service.IpAddressProvider
public class ConfluenceAuditIpAddressProvider extends Object implements com.atlassian.audit.core.spi.service.IpAddressProvider
This SPI defines how IP address will be stored in audit events- Since:
- 7.5.0
-
-
Constructor Summary
Constructors Constructor Description ConfluenceAuditIpAddressProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable StringcurrentIpAddress()@NonNull Optional<String>forwarderIpAddress()@Nullable StringremoteIpAddress()
-
-
-
Method Detail
-
currentIpAddress
public @Nullable String currentIpAddress()
- Specified by:
currentIpAddressin interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
remoteIpAddress
public @Nullable String remoteIpAddress()
- Specified by:
remoteIpAddressin interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
-