Class 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 Detail

      • BambooAuditIpAddressProvider

        public BambooAuditIpAddressProvider()
    • Method Detail

      • 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