mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Add missing since
Issue gh-7765
This commit is contained in:
parent
5dd2565348
commit
176f7b2b04
@ -1689,6 +1689,7 @@ public class ServerHttpSecurity {
|
|||||||
* @param ipAddress the address or range of addresses from which the request
|
* @param ipAddress the address or range of addresses from which the request
|
||||||
* must come.
|
* must come.
|
||||||
* @return the {@link AuthorizeExchangeSpec} to configure
|
* @return the {@link AuthorizeExchangeSpec} to configure
|
||||||
|
* @since 5.7
|
||||||
*/
|
*/
|
||||||
public AuthorizeExchangeSpec hasIpAddress(String ipAddress) {
|
public AuthorizeExchangeSpec hasIpAddress(String ipAddress) {
|
||||||
return access(IpAddressReactiveAuthorizationManager.hasIpAddress(ipAddress));
|
return access(IpAddressReactiveAuthorizationManager.hasIpAddress(ipAddress));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user