| Package | Description |
|---|---|
| org.apache.marmotta.platform.security.model | |
| org.apache.marmotta.platform.security.util |
| Modifier and Type | Method and Description |
|---|---|
Set<SubnetInfo> |
SecurityConstraint.getHostPatterns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraint.setHostPatterns(Set<SubnetInfo> hostPattern) |
| Modifier and Type | Class and Description |
|---|---|
class |
IPv4SubnetInfo
Implementation of subnet information for IPv4, based on Apache Commons Net.
|
class |
IPv6SubnetInfo
Implements IPv6 Subnets using BigInteger to perform subnet matching.
|
| Modifier and Type | Method and Description |
|---|---|
static SubnetInfo |
SubnetInfo.getSubnetInfo(InetAddress address) |
static SubnetInfo |
SubnetInfo.getSubnetInfo(InetAddress address,
int netmask) |
static SubnetInfo |
SubnetInfo.getSubnetInfo(String cidrAddress) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.