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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DNTSidUserPrincipal.java32 * <p> Principals such as this <code>NTSidUserPrincipal</code>
42 public class NTSidUserPrincipal extends NTSid { class in inherits:NTSid
47 * Create an <code>NTSidUserPrincipal</code> with a Windows NT SID.
56 public NTSidUserPrincipal(String name) { method in class:NTSidUserPrincipal
61 * Return a string representation of this <code>NTSidUserPrincipal</code>.
65 * @return a string representation of this <code>NTSidUserPrincipal</code>.
70 ("NTSidUserPrincipal.name",
77 * Compares the specified Object with this <code>NTSidUserPrincipal</code>
79 * <code>NTSidUserPrincipal</code> and the two NTSidUserPrincipals
85 * <code>NTSidUserPrincipal</cod
[all...]

Completed in 48 milliseconds