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

Method addGroup

java/org/apache/catalina/users/GenericUser.java:113–118  ·  view source on GitHub ↗
(Group group)

Source from the content-addressed store, hash-verified

111
112
113 @Override
114 public void addGroup(Group group) {
115 if (groups.addIfAbsent(group)) {
116 database.modifiedUser(this);
117 }
118 }
119
120
121 @Override

Callers

nothing calls this directly

Calls 1

modifiedUserMethod · 0.65

Tested by

no test coverage detected