Searched refs:NTUserPrincipal (Results 1 - 8 of 8) 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...]
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DModuleSubjectModule.java66 com.sun.security.auth.NTUserPrincipal p = new
67 com.sun.security.auth.NTUserPrincipal("testPrincipal");
/openjdk7/jdk/test/javax/security/auth/SubjectDomainCombiner/
H A DRegression.java45 principals.add(new com.sun.security.auth.NTUserPrincipal("test1"));
46 principals.add(new com.sun.security.auth.NTUserPrincipal("test2"));
130 (new com.sun.security.auth.NTUserPrincipal("test2"));
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DComparator.java44 import com.sun.security.auth.NTUserPrincipal;
68 new NTUserPrincipal("2") };
73 new NTUserPrincipal("2") };
77 new NTUserPrincipal("4") };
82 new NTUserPrincipal("2"),
87 new NTUserPrincipal("4"),
/openjdk7/jdk/test/javax/security/auth/Subject/
H A DSerial.java46 (new com.sun.security.auth.NTUserPrincipal("test"));
/openjdk7/jdk/make/com/sun/security/auth/
H A DFILES_java.gmk35 com/sun/security/auth/NTUserPrincipal.java \
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java35 import com.sun.security.auth.NTUserPrincipal;
78 private NTUserPrincipal userPrincipal; // user name
157 userPrincipal = new NTUserPrincipal(ntSystem.getName());
336 * <p> This method removes the <code>NTUserPrincipal</code>,
/openjdk7/jdk/test/sun/security/util/Resources/
H A DFormat.java307 NTUserPrincipal p = new NTUserPrincipal("test");
308 System.out.println("NTUserPrincipal = " + p.toString());

Completed in 64 milliseconds