|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ning.http.client.Realm
public class Realm
This class is required when authentication is needed. The class support DIGEST and BASIC.
Nested Class Summary | |
---|---|
static class |
Realm.AuthScheme
|
static class |
Realm.RealmBuilder
A builder for Realm |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getAlgorithm()
|
Realm.AuthScheme |
getAuthScheme()
|
String |
getCnonce()
|
String |
getDomain()
Deprecated. - use getNtlmDomain() |
String |
getEncoding()
|
String |
getMethodName()
|
String |
getNc()
|
String |
getNonce()
|
String |
getNtlmDomain()
Return the NTLM domain to use. |
String |
getNtlmHost()
Return the NTLM host. |
String |
getPassword()
|
String |
getPrincipal()
|
String |
getQop()
|
String |
getRealmName()
|
String |
getResponse()
|
Realm.AuthScheme |
getScheme()
|
String |
getUri()
|
boolean |
getUsePreemptiveAuth()
Return true is preemptive authentication is enabled |
int |
hashCode()
|
boolean |
isNtlmMessageType2Received()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getPrincipal()
public String getPassword()
public Realm.AuthScheme getAuthScheme()
public Realm.AuthScheme getScheme()
public String getRealmName()
public String getNonce()
public String getAlgorithm()
public String getResponse()
public String getQop()
public String getNc()
public String getCnonce()
public String getUri()
public String getEncoding()
public String getMethodName()
public boolean getUsePreemptiveAuth()
public String getDomain()
public String getNtlmDomain()
public String getNtlmHost()
public boolean isNtlmMessageType2Received()
public boolean equals(Object o)
equals
in class Object
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |