Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DNTUserPrincipal.java49 public class NTUserPrincipal implements Principal { class
55 public NTUserPrincipal( in NTUserPrincipal() method in NTUserPrincipal
103 if (o instanceof NTUserPrincipal) { in equals()
104 NTUserPrincipal that = (NTUserPrincipal) o; in equals()
DNTCredentials.java54 private final NTUserPrincipal principal;
84 this.principal = new NTUserPrincipal( in NTCredentials()
88 this.principal = new NTUserPrincipal( in NTCredentials()
113 this.principal = new NTUserPrincipal(domain, userName); in NTCredentials()
/external/apache-http/api/
Dcurrent.txt1254 @Deprecated public class NTUserPrincipal implements java.security.Principal {
1255 ctor @Deprecated public NTUserPrincipal(String, String);