Search Results
OK to copy?
Examples 1 through 1 of
1 (0.0010 seconds)
Class:
org.apache.catalina.realm.JDBCRealm
©,
Rating:
0% of 0,
C3
437 // Accumulate the user's roles
438 ArrayList roleList = new ArrayList();
439 stmt = roles(dbConnection, username);
440 rs = stmt.executeQuery();
441 while (rs.next()) {
Result Page:
1