/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | AccountManager.java | 18 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm); in getCredentials() method
|
D | AuthenticationHelperImpl.java | 241 …UserCredentials userCreds = ((AccountManager) this.accountManager).getCredentials(challengedTransa… in handleChallenge()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 737 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()
|
D | BasicCredentialsProvider.java | 129 public synchronized Credentials getCredentials(final AuthScope authscope) { in getCredentials() method in BasicCredentialsProvider
|
D | DefaultUserTokenHandler.java | 86 Credentials creds = authState.getCredentials(); in getAuthPrincipal()
|
/external/apache-http/src/org/apache/http/client/ |
D | CredentialsProvider.java | 70 Credentials getCredentials(AuthScope authscope); in getCredentials() method
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 793 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/ |
D | AuthState.java | 107 public Credentials getCredentials() { in getCredentials() method in AuthState
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | DefaultRequestDirector.java | 811 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/ |
D | Credentials.java | 73 public NameValueList getCredentials() { in getCredentials() method in Credentials
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestTargetAuthentication.java | 93 Credentials creds = authState.getCredentials(); in process()
|
D | RequestProxyAuthentication.java | 93 Credentials creds = authState.getCredentials(); in process()
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 469 def getCredentials(self): member in SMB3
|
D | smb.py | 3296 def getCredentials(self): member in SMB
|
D | smbserver.py | 3701 def getCredentials(self): member in SMBSERVER
|
/external/apache-http/api/ |
D | apache-http-legacy-current.txt | 1265 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/ |
D | org.apache.http.legacy.boot.prof.txt | 75 HPLorg/apache/http/client/CredentialsProvider;->getCredentials(Lorg/apache/http/auth/AuthScope;)Lor…
|