Add missing since

Issue gh-7765
This commit is contained in:
Steve Riesenberg 2021-12-01 10:50:42 -06:00 committed by Eleftheria Stein-Kousathana
parent 5dd2565348
commit 176f7b2b04
1 changed files with 1 additions and 0 deletions

View File

@ -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));