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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserPrincipals.java36 static class User implements UserPrincipal { class in class:WindowsUserPrincipals
46 User(String sidString, int sidType, String accountName) { method in class:WindowsUserPrincipals.User
66 case SidTypeUser : type = "User"; break;
83 if (!(obj instanceof WindowsUserPrincipals.User))
85 WindowsUserPrincipals.User other = (WindowsUserPrincipals.User)obj;
95 static class Group extends User implements GroupPrincipal {
131 return new User(sidString, sidType, name);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixUserPrincipals.java37 private static User createSpecial(String name) { return new User(-1, name); }
39 static final User SPECIAL_OWNER = createSpecial("OWNER@");
40 static final User SPECIAL_GROUP = createSpecial("GROUP@");
41 static final User SPECIAL_EVERYONE = createSpecial("EVERYONE@");
43 static class User implements UserPrincipal { class in class:UnixUserPrincipals
48 private User(int id, boolean isGroup, String name) { method in class:UnixUserPrincipals.User
54 User(int id, String name) { method in class:UnixUserPrincipals.User
88 if (!(obj instanceof User))
90 User othe
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIConversion.java118 * User-specified <javaType> customization.
125 public static class User extends BIConversion { class in class:BIConversion
139 public User(Locator loc, String parseMethod, String printMethod, JType inMemoryType) { method in class:BIConversion.User
146 public User() { method in class:BIConversion.User

Completed in 348 milliseconds