Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DCredentials.java50 Principal getUserPrincipal(); in getUserPrincipal() method
DUsernamePasswordCredentials.java95 public Principal getUserPrincipal() { in getUserPrincipal() method in UsernamePasswordCredentials
DNTCredentials.java122 public Principal getUserPrincipal() { in getUserPrincipal() method in NTCredentials
/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java88 return creds.getUserPrincipal(); in getAuthPrincipal()
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java171 tmp.append(credentials.getUserPrincipal().getName()); in authenticate()
DDigestScheme.java298 String uname = credentials.getUserPrincipal().getName(); in createDigest()
405 String uname = credentials.getUserPrincipal().getName(); in createDigestHeader()
/external/apache-http/api/
Dapache-http-legacy-current.txt1318 method public abstract java.security.Principal getUserPrincipal();
1339 method public java.security.Principal getUserPrincipal();
1355 method public java.security.Principal getUserPrincipal();