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

Method getRoles

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

Source from the content-addressed store, hash-verified

96
97
98 @Override
99 public Iterator<Role> getRoles() {
100 return roles.iterator();
101 }
102
103
104 @Override

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.45

Tested by

no test coverage detected