Class IpAddressServerWebExchangeMatcher

java.lang.Object
org.springframework.security.web.server.util.matcher.IpAddressServerWebExchangeMatcher
All Implemented Interfaces:
ServerWebExchangeMatcher

public final class IpAddressServerWebExchangeMatcher extends Object implements ServerWebExchangeMatcher
Matches a request based on IP Address or subnet mask matching against the remote address.
Since:
5.7
  • Constructor Details

    • IpAddressServerWebExchangeMatcher

      public IpAddressServerWebExchangeMatcher(String ipAddress)
      Takes a specific IP address or a range specified using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
      Parameters:
      ipAddress - the address or range of addresses from which the request must come.
  • Method Details