import java.util.List;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.security.ip |
| Client IP allow and deny policies. | |
Functions | |
| record | dev.rafex.ether.http.security.ip.IpPolicy (List< String > allowList, List< String > denyList) |
| Política de control de acceso basada en direcciones IP. | |