org.objectweb.carol.jndi.registry
Class RegistryFireWall
java.lang.Object
org.objectweb.carol.jndi.registry.RegistryFireWall
public class RegistryFireWall
extends java.lang.Object
- Guillaume Riviere Feb 7, 2004
RegistryFireWall
public RegistryFireWall()
addAllowedAddress
public void addAllowedAddress(InetAddress i)
remove a forbiden adress
i
-
addForbidenAddress
public void addForbidenAddress(InetAddress i)
add a forbiden address
i
-
allowAll
public void allowAll()
Allow everybody
forbidAll
public void forbidAll()
Forbid everybody
isAllow
public boolean isAllow(InetAddress i)
Tets if a InetAdress is allow
i
-
isAllowAll
public boolean isAllowAll()
is allow for all
listAllowedAddress
public InetAddress[] listAllowedAddress()
list Allowed Adress
listForbidenAddress
public InetAddress[] listForbidenAddress()
list forbiden adress