Searched refs:getGroups (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisSystem.java91 public long[] getGroups() { method in class:SolarisSystem
H A DUnixSystem.java91 public long[] getGroups() { method in class:UnixSystem
H A DSolarisLoginModule.java142 if (ss.getGroups() != null && ss.getGroups().length > 0)
143 solarisGroups = ss.getGroups();
156 solarisGroups = ss.getGroups();
H A DUnixLoginModule.java135 if (ss.getGroups() != null && ss.getGroups().length > 0) {
136 unixGroups = ss.getGroups();
150 unixGroups = ss.getGroups();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DGraphDocument.java53 public List<Group> getGroups() { method in class:GraphDocument
84 for (Group g : getGroups()) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DOutlineTopComponent.java92 root = new FolderNode("", organizer, new ArrayList<String>(), document.getGroups());
162 root.init("", organizer, new ArrayList<String>(), document.getGroups());
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c41 BOOL getGroups(HANDLE tokenHandle, PDWORD numGroups, LPTSTR **groups);
111 if (getGroups(tokenHandle, &numGroups, &groups) == FALSE) {
494 BOOL getGroups(HANDLE tokenHandle, PDWORD numGroups, LPTSTR **groups) { function
517 printf(" [getGroups] GetTokenInformation error [%d]: ",
526 printf(" [getGroups] Got TokenGroups info\n");
544 printf(" [getGroups] group %d: %s\n", i, (*groups)[i]);
760 if (getGroups(tokenHandle, &numGroups, &groups) == FALSE) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DPrinter.java60 for (Group g : document.getGroups()) {

Completed in 51 milliseconds