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
-
netForge
-
-
Realm()
-
-
getAuthMethodName()
-
-
getConfig()
-
-
getKey()
-
-
getProtectionSpace()
-
-
getUser(Request, String)
-
-
resetConfig()
-
-
setConfig(Config)
-
netForge
protected NetForge netForge
Realm
public Realm()
getConfig
public synchronized Config getConfig()
setConfig
public synchronized String setConfig(Config c)
resetConfig
public synchronized void resetConfig()
getProtectionSpace
protected final ProtectionSpace getProtectionSpace() throws MessageException
getUser
public abstract String getUser(Request req,
String realmName) throws SendableException
getAuthMethodName
public abstract String getAuthMethodName()
getKey
public final String getKey()
All Packages Class Hierarchy This Package Previous Next Index