Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DCredentials.java45 Principal getUserPrincipal(); in getUserPrincipal() method
DUsernamePasswordCredentials.java90 public Principal getUserPrincipal() { in getUserPrincipal() method in UsernamePasswordCredentials
DNTCredentials.java117 public Principal getUserPrincipal() { in getUserPrincipal() method in NTCredentials
/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java82 return creds.getUserPrincipal(); in getAuthPrincipal()
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java166 tmp.append(credentials.getUserPrincipal().getName()); in authenticate()
DDigestScheme.java293 String uname = credentials.getUserPrincipal().getName(); in createDigest()
400 String uname = credentials.getUserPrincipal().getName(); in createDigestHeader()