Searched defs:NTUserPrincipal (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DNTUserPrincipal.java34 * <p> Principals such as this <code>NTUserPrincipal</code>
44 public class NTUserPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
54 * Create an <code>NTUserPrincipal</code> with a Windows NT username.
63 public NTUserPrincipal(String name) { method in class:NTUserPrincipal
96 ("NTUserPrincipal.name",
103 * Compares the specified Object with this <code>NTUserPrincipal</code>
105 * <code>NTUserPrincipal</code> and the two NTUserPrincipals
123 if (!(o instanceof NTUserPrincipal))
125 NTUserPrincipal that = (NTUserPrincipal)
[all...]

Completed in 122 milliseconds