All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.auth.Realm

java.lang.Object
   |
   +----novocode.netforge.http.auth.Realm

public abstract class Realm
extends Object
implements Configurable

Variable Index

 o netForge

Constructor Index

 o Realm()

Method Index

 o getAuthMethodName()
 o getConfig()
 o getKey()
 o getProtectionSpace()
 o getUser(Request, String)
 o resetConfig()
 o setConfig(Config)

Variables

 o netForge
 protected NetForge netForge

Constructors

 o Realm
 public Realm()

Methods

 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o getProtectionSpace
 protected final ProtectionSpace getProtectionSpace() throws MessageException
 o getUser
 public abstract String getUser(Request req,
                                String realmName) throws SendableException
 o getAuthMethodName
 public abstract String getAuthMethodName()
 o getKey
 public final String getKey()

All Packages  Class Hierarchy  This Package  Previous  Next  Index