Interface IpSource
public interface IpSource
Represents a source of information for IP restrictions (see IpFilter)
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set of strings representing IP address representing IPv4 or IPv6 ranges / CIDRs. e.g. 192.168.0.0/16 from which access should be allowed (if and only if the IP is not included in the list of denied IPs)Returns a set of strings representing IP address representing IPv4 or IPv6 ranges / CIDRs. e.g. 192.168.0.0/16 from which access should be denied.
-
Method Details
-
getAuthorizedIps
Returns a set of strings representing IP address representing IPv4 or IPv6 ranges / CIDRs. e.g. 192.168.0.0/16 from which access should be allowed (if and only if the IP is not included in the list of denied IPs) -
getDeniedIps
Returns a set of strings representing IP address representing IPv4 or IPv6 ranges / CIDRs. e.g. 192.168.0.0/16 from which access should be denied.
-