...
roleNameCol The name of the column, in the
user roles table, that contains the name of a role assigned to this user.
userCredCol The name of the column, in the
users table, that contains the password for this user (either in clear text, or digested if the digest attribute is set).
userNameCol The name of the column, in the
users and
user roles tables, that contains the username of this user.
userRoleTable The name of the table that contains one row for each
role assigned to a particular
username. This table must include at least the columns named by the userNameCol and roleNameCol attributes.
userTable The name of the table that contains one row for each
username to be recognized by Tomcat. This table must include at least the columns named by the userNameCol and userCredCol attributes.
Partager