Class SubnetWhitelistEntry
java.lang.Object
org.apache.sling.discovery.base.connectors.ping.wl.SubnetWhitelistEntry
- All Implemented Interfaces:
WhitelistEntry
Implementation of a WhitelistEntry which accepts
cidr and ip mask notations.
-
Constructor Summary
ConstructorsConstructorDescriptionSubnetWhitelistEntry
(String cidrNotation) SubnetWhitelistEntry
(String ip, String subnetMask) -
Method Summary
-
Constructor Details
-
SubnetWhitelistEntry
-
SubnetWhitelistEntry
-
-
Method Details
-
accepts
public boolean accepts(javax.servlet.ServletRequest request) - Specified by:
accepts
in interfaceWhitelistEntry
- Parameters:
request
- the incoming request which should be accepted or rejected- Returns:
- true if the request is accepted by this WhitelistEntry
-