Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
iterator
Method · 0.45
Tested by
no test coverage detected