MCPcopy Create free account
hub / github.com/apache/tomcat / getGroups

Method getGroups

java/org/apache/catalina/users/GenericUser.java:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92 @Override
93 public Iterator<Group> getGroups() {
94 return groups.iterator();
95 }
96
97
98 @Override

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.45

Tested by

no test coverage detected