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

Variable Index

 o hosts

Constructor Index

 o HostProtectionSpace()

Method Index

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

Variables

 o hosts
 protected InetAddressPattern hosts

Constructors

 o HostProtectionSpace
 public HostProtectionSpace()

Methods

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