Searched refs:NTUserPrincipal (Results 1 – 3 of 3) sorted by relevance
49 public class NTUserPrincipal implements Principal { class55 public NTUserPrincipal( in NTUserPrincipal() method in NTUserPrincipal103 if (o instanceof NTUserPrincipal) { in equals()104 NTUserPrincipal that = (NTUserPrincipal) o; in equals()
54 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()
1260 @Deprecated public class NTUserPrincipal implements java.security.Principal {1261 ctor @Deprecated public NTUserPrincipal(String, String);