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

Method isInGroup

java/org/apache/catalina/User.java:137–137  ·  view source on GitHub ↗

Is this user in the specified Group? @param group The group to check @return true if the user is in the specified group

(Group group)

Source from the content-addressed store, hash-verified

135 * @return <code>true</code> if the user is in the specified group
136 */
137 boolean isInGroup(Group group);
138
139
140 /**

Callers 2

testUserDatabaseMethod · 0.95
getUsersMethod · 0.95

Calls

no outgoing calls

Tested by 1

testUserDatabaseMethod · 0.76