Home
last modified time | relevance | path

Searched refs:getCredentials (Results 1 – 17 of 17) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAccountManager.java18 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm); in getCredentials() method
DAuthenticationHelperImpl.java241 …UserCredentials userCreds = ((AccountManager) this.accountManager).getCredentials(challengedTransa… in handleChallenge()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java737 Credentials creds = this.proxyAuthState.getCredentials(); in createTunnelToTarget()
779 if (this.proxyAuthState.getCredentials() != null) { in createTunnelToTarget()
990 if (this.targetAuthState.getCredentials() != null) { in handleResponse()
1018 if (this.proxyAuthState.getCredentials() != null) { in handleResponse()
1113 Credentials creds = authState.getCredentials(); in updateAuthState()
1115 creds = credsProvider.getCredentials(authScope); in updateAuthState()
DBasicCredentialsProvider.java129 public synchronized Credentials getCredentials(final AuthScope authscope) { in getCredentials() method in BasicCredentialsProvider
DDefaultUserTokenHandler.java86 Credentials creds = authState.getCredentials(); in getAuthPrincipal()
/external/apache-http/src/org/apache/http/client/
DCredentialsProvider.java70 Credentials getCredentials(AuthScope authscope); in getCredentials() method
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java793 if (this.proxyAuthState.getCredentials() != null) { in createTunnelToTarget()
1018 if (this.targetAuthState.getCredentials() != null) { in handleResponse()
1048 if (this.proxyAuthState.getCredentials() != null) { in handleResponse()
1143 Credentials creds = authState.getCredentials(); in updateAuthState()
1145 creds = credsProvider.getCredentials(authScope); in updateAuthState()
/external/apache-http/src/org/apache/http/auth/
DAuthState.java107 public Credentials getCredentials() { in getCredentials() method in AuthState
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java811 if (this.proxyAuthState.getCredentials() != null) { in createTunnelToTarget()
1036 if (this.targetAuthState.getCredentials() != null) { in handleResponse()
1066 if (this.proxyAuthState.getCredentials() != null) { in handleResponse()
1161 Credentials creds = authState.getCredentials(); in updateAuthState()
1163 creds = credsProvider.getCredentials(authScope); in updateAuthState()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCredentials.java73 public NameValueList getCredentials() { in getCredentials() method in Credentials
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java93 Credentials creds = authState.getCredentials(); in process()
DRequestProxyAuthentication.java93 Credentials creds = authState.getCredentials(); in process()
/external/curl/tests/python_dependencies/impacket/
Dsmb3.py469 def getCredentials(self): member in SMB3
Dsmb.py3296 def getCredentials(self): member in SMB
Dsmbserver.py3701 def getCredentials(self): member in SMBSERVER
/external/apache-http/api/
Dapache-http-legacy-current.txt1265 method public org.apache.http.auth.Credentials getCredentials();
1376 …method public abstract org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthSc…
2581 …method public synchronized org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Au…
/external/apache-http/art-profile/
Dorg.apache.http.legacy.boot.prof.txt75 HPLorg/apache/http/client/CredentialsProvider;->getCredentials(Lorg/apache/http/auth/AuthScope;)Lor…