Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ removeRole
Method
removeRole
java/org/apache/catalina/users/GenericUser.java:158–163 ·
view source on GitHub ↗
(Role role)
Source
from the content-addressed store, hash-verified
156
157
158
@Override
159
public
void
removeRole(Role role) {
160
if
(roles.remove(role)) {
161
database.modifiedUser(this);
162
}
163
}
164
165
166
@Override
Callers
nothing calls this directly
Calls
2
remove
Method · 0.65
modifiedUser
Method · 0.65
Tested by
no test coverage detected