MCPcopy Index your code
hub / github.com/apache/tomcat / getUsers

Method getUsers

java/org/apache/catalina/startup/UserDatabase.java:65–65  ·  view source on GitHub ↗

Return an enumeration of the usernames defined on this server. @return the enumeration of usernames

()

Source from the content-addressed store, hash-verified

63 * @return the enumeration of usernames
64 */
65 Enumeration<String> getUsers();
66
67
68}

Callers 5

deployMethod · 0.95
getUsersMethod · 0.95
getUsersMethod · 0.95
getUsersMethod · 0.65
createMBeansMethod · 0.65

Implementers 4

MemoryUserDatabasejava/org/apache/catalina/users/MemoryU
SparseUserDatabasejava/org/apache/catalina/users/SparseU
HomesUserDatabasejava/org/apache/catalina/startup/Homes
PasswdUserDatabasejava/org/apache/catalina/startup/Passw

Calls

no outgoing calls

Tested by

no test coverage detected