Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DNTUserPrincipal.java44 public class NTUserPrincipal implements Principal { class
50 public NTUserPrincipal( in NTUserPrincipal() method in NTUserPrincipal
98 if (o instanceof NTUserPrincipal) { in equals()
99 NTUserPrincipal that = (NTUserPrincipal) o; in equals()
DNTCredentials.java49 private final NTUserPrincipal principal;
79 this.principal = new NTUserPrincipal( in NTCredentials()
83 this.principal = new NTUserPrincipal( in NTCredentials()
108 this.principal = new NTUserPrincipal(domain, userName); in NTCredentials()