Searched refs:NTUserPrincipal (Results 1 – 2 of 2) sorted by relevance
44 public class NTUserPrincipal implements Principal { class50 public NTUserPrincipal( in NTUserPrincipal() method in NTUserPrincipal98 if (o instanceof NTUserPrincipal) { in equals()99 NTUserPrincipal that = (NTUserPrincipal) o; in equals()
49 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()