Home
last modified time | relevance | path

Searched refs:getCredentials (Results 1 – 11 of 11) 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/client/
DCredentialsProvider.java65 Credentials getCredentials(AuthScope authscope); in getCredentials() method
/external/apache-http/src/org/apache/http/auth/
DAuthState.java102 public Credentials getCredentials() { in getCredentials() method in AuthState
/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/impl/client/
DDefaultRequestDirector.java723 Credentials creds = this.proxyAuthState.getCredentials(); in createTunnelToTarget()
765 if (this.proxyAuthState.getCredentials() != null) { in createTunnelToTarget()
976 if (this.targetAuthState.getCredentials() != null) { in handleResponse()
1004 if (this.proxyAuthState.getCredentials() != null) { in handleResponse()
1099 Credentials creds = authState.getCredentials(); in updateAuthState()
1101 creds = credsProvider.getCredentials(authScope); in updateAuthState()
DBasicCredentialsProvider.java124 public synchronized Credentials getCredentials(final AuthScope authscope) { in getCredentials() method in BasicCredentialsProvider
DDefaultUserTokenHandler.java80 Credentials creds = authState.getCredentials(); in getAuthPrincipal()
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java88 Credentials creds = authState.getCredentials(); in process()
DRequestProxyAuthentication.java88 Credentials creds = authState.getCredentials(); in process()
/external/robolectric/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()