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

Method getRoles

java/org/apache/catalina/users/GenericGroup.java:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81
82 @Override
83 public Iterator<Role> getRoles() {
84 return roles.iterator();
85 }
86
87
88 @Override

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.45

Tested by

no test coverage detected