Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java56 Principal userPrincipal = null; in getUserToken() local
61 userPrincipal = getAuthPrincipal(targetAuthState); in getUserToken()
62 if (userPrincipal == null) { in getUserToken()
65 userPrincipal = getAuthPrincipal(proxyAuthState); in getUserToken()
69 if (userPrincipal == null) { in getUserToken()
75 userPrincipal = sslsession.getLocalPrincipal(); in getUserToken()
80 return userPrincipal; in getUserToken()