All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.security.HostProtectionSpace
java.lang.Object
|
+----novocode.netforge.security.ProtectionSpace
|
+----novocode.netforge.security.HostProtectionSpace
- public class HostProtectionSpace
- extends ProtectionSpace
-
hosts
-
-
HostProtectionSpace()
-
-
checkAccess(String, String, InetAddress)
-
-
getConfig()
-
-
resetConfig()
-
-
setConfig(Config)
-
hosts
protected InetAddressPattern hosts
HostProtectionSpace
public HostProtectionSpace()
getConfig
public synchronized Config getConfig()
- Overrides:
- getConfig in class ProtectionSpace
setConfig
public synchronized String setConfig(Config c)
- Overrides:
- setConfig in class ProtectionSpace
resetConfig
public synchronized void resetConfig()
- Overrides:
- resetConfig in class ProtectionSpace
checkAccess
public int checkAccess(String user,
String password,
InetAddress ip)
- Overrides:
- checkAccess in class ProtectionSpace
All Packages Class Hierarchy This Package Previous Next Index