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

Method removeRoles

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

Source from the content-addressed store, hash-verified

164
165
166 @Override
167 public void removeRoles() {
168 if (!roles.isEmpty()) {
169 roles.clear();
170 database.modifiedUser(this);
171 }
172 }
173
174
175 @Override

Callers

nothing calls this directly

Calls 3

clearMethod · 0.65
modifiedUserMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected