Class BambooAuditIpAddressProvider
- java.lang.Object
-
- com.atlassian.bamboo.audit.enrichment.BambooAuditIpAddressProvider
-
- All Implemented Interfaces:
com.atlassian.audit.core.spi.service.IpAddressProvider
public class BambooAuditIpAddressProvider extends Object implements com.atlassian.audit.core.spi.service.IpAddressProvider
-
-
Constructor Summary
Constructors Constructor Description BambooAuditIpAddressProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
currentIpAddress()
@NotNull Optional<String>
forwarderIpAddress()
@Nullable String
remoteIpAddress()
-
-
-
Method Detail
-
currentIpAddress
@Nullable public @Nullable String currentIpAddress()
- Specified by:
currentIpAddress
in interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
remoteIpAddress
@Nullable public @Nullable String remoteIpAddress()
- Specified by:
remoteIpAddress
in interfacecom.atlassian.audit.core.spi.service.IpAddressProvider
-
-