Lines Matching refs:Credentials
16976 public class Credentials {
16977 ctor public Credentials(int, int, int);
17048 method public android.net.Credentials getPeerCredentials() throws java.io.IOException;
54552 …method public abstract org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.a…
54595 method public org.apache.http.auth.Credentials getCredentials();
54600 method public void setCredentials(org.apache.http.auth.Credentials);
54614 public abstract deprecated interface Credentials {
54631 public deprecated class NTCredentials implements org.apache.http.auth.Credentials {
54648 public deprecated class UsernamePasswordCredentials implements org.apache.http.auth.Credentials {
54706 …method public abstract org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthSc…
54707 …lic abstract void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth.Credentials);
55820 …method public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.htt…
55821 …method public static org.apache.http.Header authenticate(org.apache.http.auth.Credentials, java.la…
55834 …method public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.htt…
55860 …method public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.htt…
55978 …method public synchronized org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Au…
55979 …synchronized void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth.Credentials);