public class SubnetDomainMapping extends DomainMapping
| Constructor and Description |
|---|
SubnetDomainMapping(String domain,
int subnet,
int mask)
class constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSubnet()
Return the subnet
|
int |
getSubnetMask()
Return the subnet mask
|
boolean |
isMemberOfDomain(int clientIP)
Check if the client address is a member of this domain
|
String |
toString()
Return the domain mapping as a string
|
getDomainpublic SubnetDomainMapping(String domain, int subnet, int mask)
domain - Stringsubnet - intmask - intpublic final int getSubnet()
public final int getSubnetMask()
public boolean isMemberOfDomain(int clientIP)
isMemberOfDomain in class DomainMappingclientIP - intCopyright © 2005–2020 Alfresco Software. All rights reserved.