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

Field Index

     o   hosts

Constructor Index

     o   HostProtectionSpace()

Method Index

     o   checkAccess(String, String, InetAddress)

     o   getConfig(Config)

     o   resetConfig()

     o   setConfig(Config)


Fields 

o   hosts
 protected InetAddressPattern hosts


Constructors 

o   HostProtectionSpace
 public HostProtectionSpace()


Methods 

o   getConfig
 public synchronized void getConfig(Config c)
Overrides:
getConfig in class ProtectionSpace
o   setConfig
 public synchronized void setConfig(Config c) throws SetConfigException
Overrides:
setConfig in class ProtectionSpace
o   resetConfig
 public synchronized void resetConfig()
Overrides:
resetConfig in class ProtectionSpace
o   checkAccess
 public int checkAccess(String user,
                        String password,
                        InetAddress ip)
Overrides:
checkAccess in class ProtectionSpace

All Packages  Class Hierarchy  This Package  Previous  Next  Index