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

Field Index

     o   netForge

Constructor Index

     o   Realm()

Method Index

     o   getAuthMethodName()

     o   getConfig(Config)

     o   getKey()

     o   getProtectionSpace()

     o   getUser(Request, String)

     o   resetConfig()

     o   setConfig(Config)


Fields 

o   netForge
 protected NetForge netForge


Constructors 

o   Realm
 public Realm()


Methods 

o   getConfig
 public synchronized void getConfig(Config c)
o   setConfig
 public synchronized void setConfig(Config c) throws SetConfigException
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