NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-22
Realm Object
connectionPassword (String)
Specifies the database password to use when establishing a JDBC connection.
connectionURL (String)
Specifies the connection URL to use when establishing a JDBC connection.
debug (int)
Specifies the level of debugging detail logged by this Realm to the associated
Logger. The default is 0.
digest (String)
Specifies name of the MessageDigest algorithm that encodes passwords in the
database, or specifies a zero-length string for no encoding. The default is no
digest.
driverName (String)
Specifies the fully qualified Java class name of the JDBC driver.
roleNameCol (String)
Specifies the name of the column in the User Roles table which contains the role
name. The default value is role_name.
userCredCol (String)
Specifies the name of the column in the Users table which contains the password
(encrypted or unencrypted). The default value is user_pass.
userNameCol (String)
Specifies the name of the column in both the Users and User Roles tables that
contains the username. The default value is user_name.
userRoleTable (String)
Specifies the name of the User Roles table which contains one row for each
security role assigned to a particular user. This table must contain the columns
specified by the userNameCol and roleNameCol properties.
userTable (String)
Specifies the name of the Users table which contains one row for each authorized
user. This table must contain the columns specified by the userNameCol and
userCredCol properties.