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
|
getDomain
public 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 DomainMapping
clientIP
- intCopyright © 2005–2017 Alfresco Software. All rights reserved.