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 Details

    • BambooAuditIpAddressProvider

      public BambooAuditIpAddressProvider()
  • Method Details

    • currentIpAddress

      @Nullable public @Nullable String currentIpAddress()
      Specified by:
      currentIpAddress in interface com.atlassian.audit.core.spi.service.IpAddressProvider
    • remoteIpAddress

      @Nullable public @Nullable String remoteIpAddress()
      Specified by:
      remoteIpAddress in interface com.atlassian.audit.core.spi.service.IpAddressProvider
    • forwarderIpAddress

      @NotNull public @NotNull Optional<String> forwarderIpAddress()
      Specified by:
      forwarderIpAddress in interface com.atlassian.audit.core.spi.service.IpAddressProvider