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

Variable Index

 o require
 o REQUIRE_ALL
 o REQUIRE_ANY
 o users

Constructor Index

 o SimpleUserProtectionSpace()

Method Index

 o checkAccess(String, String, InetAddress)
 o getConfig()
 o resetConfig()
 o setConfig(Config)

Variables

 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

Constructors

 o SimpleUserProtectionSpace
 public SimpleUserProtectionSpace()

Methods

 o getConfig
 public synchronized Config getConfig()
Overrides:
getConfig in class HostProtectionSpace
 o setConfig
 public synchronized String setConfig(Config c)
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