Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.http.security.ip

Client IP allow and deny policies. More...

Functions

record IpPolicy (List< String > allowList, List< String > denyList)
 Política de control de acceso basada en direcciones IP.

Detailed Description

Client IP allow and deny policies.

Function Documentation

◆ IpPolicy()

record dev.rafex.ether.http.security.ip.IpPolicy ( List< String > allowList,
List< String > denyList )

Política de control de acceso basada en direcciones IP.

Permite definir listas de permitidos y denegados para controlar qué direcciones IP pueden acceder a los recursos.

Definition at line 38 of file IpPolicy.java.

References IpPolicy().

Referenced by IpPolicy().

Here is the call graph for this function:
Here is the caller graph for this function: