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
Field Index
- o
require
-
- o
REQUIRE_ALL
-
- o
REQUIRE_ANY
-
- o
users
-
Constructor Index
- o
SimpleUserProtectionSpace()
-
Method Index
- o
checkAccess(String, String, InetAddress)
-
- o
getConfig(Config)
-
- o
resetConfig()
-
- o
setConfig(Config)
-
o
users
protected Hashtable users
o
require
protected int require
o
REQUIRE_ALL
protected static final int REQUIRE_ALL
o
REQUIRE_ANY
protected static final int REQUIRE_ANY
o
SimpleUserProtectionSpace
public SimpleUserProtectionSpace()
o
getConfig
public synchronized void getConfig(Config c)
- Overrides:
- getConfig in class HostProtectionSpace
o
setConfig
public synchronized void setConfig(Config c) throws SetConfigException
- Overrides:
- setConfig in class HostProtectionSpace
o
resetConfig
public synchronized void resetConfig()
- Overrides:
- resetConfig in class HostProtectionSpace
o
checkAccess
public int checkAccess(String user,
String password,
InetAddress ip)
- Overrides:
- checkAccess in class HostProtectionSpace
All Packages Class Hierarchy This Package Previous Next Index