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