public class Realm extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Realm.AuthScheme |
static class |
Realm.Builder
A builder for
Realm |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
Charset |
getCharset() |
String |
getCnonce() |
String |
getMethodName() |
String |
getNc() |
String |
getNonce() |
String |
getNtlmDomain()
Return the NTLM domain to use.
|
String |
getNtlmHost()
Return the NTLM host.
|
String |
getOpaque() |
String |
getPassword() |
String |
getPrincipal() |
String |
getQop() |
String |
getRealmName() |
String |
getResponse() |
Realm.AuthScheme |
getScheme() |
Uri |
getUri() |
boolean |
isOmitQuery() |
boolean |
isUseAbsoluteURI() |
boolean |
isUsePreemptiveAuth()
Return true is preemptive authentication is enabled
|
String |
toString() |
public String getPrincipal()
public String getPassword()
public Realm.AuthScheme getScheme()
public String getRealmName()
public String getNonce()
public String getAlgorithm()
public String getResponse()
public String getOpaque()
public String getQop()
public String getNc()
public String getCnonce()
public Uri getUri()
public Charset getCharset()
public String getMethodName()
public boolean isUsePreemptiveAuth()
public String getNtlmDomain()
public String getNtlmHost()
public boolean isUseAbsoluteURI()
public boolean isOmitQuery()
Copyright © 2015. All Rights Reserved.