Browse Source

Add missing since

Issue gh-7765
pull/10574/head
Steve Riesenberg 4 years ago
parent
commit
074e38d565
  1. 1
      config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

1
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

@ -1689,6 +1689,7 @@ public class ServerHttpSecurity { @@ -1689,6 +1689,7 @@ public class ServerHttpSecurity {
* @param ipAddress the address or range of addresses from which the request
* must come.
* @return the {@link AuthorizeExchangeSpec} to configure
* @since 5.7
*/
public AuthorizeExchangeSpec hasIpAddress(String ipAddress) {
return access(IpAddressReactiveAuthorizationManager.hasIpAddress(ipAddress));

Loading…
Cancel
Save