Searched refs:getGroupIDs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTSystem.java125 public String[] getGroupIDs() { method in class:NTSystem
H A DNTLoginModule.java195 if (ntSystem.getGroupIDs() != null &&
196 ntSystem.getGroupIDs().length > 0) {
198 String groupSIDs[] = ntSystem.getGroupIDs();

Completed in 28 milliseconds