Uses of Interface
org.activeio.xnet.hba.IPAddressPermission

Packages that use IPAddressPermission
org.activeio.xnet   
org.activeio.xnet.hba   
 

Uses of IPAddressPermission in org.activeio.xnet
 

Methods in org.activeio.xnet that return IPAddressPermission
 IPAddressPermission[] StandardServiceStack.getAllowHosts()
           
 

Methods in org.activeio.xnet with parameters of type IPAddressPermission
 void StandardServiceStack.setAllowHosts(IPAddressPermission[] allowHosts)
           
 

Constructors in org.activeio.xnet with parameters of type IPAddressPermission
StandardServiceStack(String name, int port, String host, IPAddressPermission[] allowHosts, String[] logOnSuccess, String[] logOnFailure, Executor executor, ServerService server)
           
 

Uses of IPAddressPermission in org.activeio.xnet.hba
 

Classes in org.activeio.xnet.hba that implement IPAddressPermission
 class ExactIPAddressPermission
           
 class ExactIPv6AddressPermission
           
 class FactorizedIPAddressPermission
           
 class NetmaskIPAddressPermission
           
 class NetmaskIPv6AddressPermission
           
 class StartWithIPAddressPermission
           
 

Methods in org.activeio.xnet.hba that return IPAddressPermission
 IPAddressPermission[] ServiceAccessController.getAllowHosts()
           
static IPAddressPermission IPAddressPermissionFactory.getIPAddressMask(String mask)
           
 

Methods in org.activeio.xnet.hba with parameters of type IPAddressPermission
 void ServiceAccessController.setAllowHosts(IPAddressPermission[] ipAddressMasks)
           
 

Constructors in org.activeio.xnet.hba with parameters of type IPAddressPermission
ServiceAccessController(String name, ServerService next, IPAddressPermission[] ipAddressMasks)
           
 



Copyright © -2009 The ActiveIO Project. All Rights Reserved.