NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
C-26
Realm Object
localDataSource (Boolean)
Specifies whether the JNDI lookup for the datasource is done in the web
application's local context. The default is false.
roleNameCol (String)
Specifies the name of the column in the user roles table which contains a role
name assigned to the corresponding user.
userCredCol (String)
Specifies the name of the column in the users table which contains the user's
credentials (for example, password). If a value for the digest attribute is specified,
this component assumes that the passwords have been encoded with the specified
algorithm. Otherwise, the passwords are assumed to be in clear text.
userNameCol (String)
Specifies the name of the column in the users tables and user roles tables that
contains the user's username.
userRoleTable (String)
Specifies name of the user roles table which must contain columns named by the
userNameCol and roleNameCol attributes.
userTable (String)
Specifies the name of the users table which must contain columns named by the
userNameCol and userCredCol attributes.
JAASRealm Properties
className (String)
The value is org.apache.catalina.realm.JAASRealm.
debug (int)
Specifies the level of debugging detail logged by this Realm to the associated
Logger. The default is 0 (zero).
appName (String)
Specifies the name of the realm as configured in the login configuration file (JAAS
LoginConfig).
userClassNames (String)
A comma-separated list of user Principal class names.