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-25
Realm Object
userSearch (String)
Specifies the LDAP filter expression to use when searching for a user's directory
entry, with {0} marking where the actual username should be inserted. Use this
property (along with the userBase and userSubtree properties) instead of
userPattern to search the directory for the user's entry.
userSubtree (boolean)
Specifies if you want user searches to search sub trees of the element selected by
userBase. The default is false.
UserDatabaseRealm Properties
className (String)
The value is org.apache.catalina.realm.UserDatabaseRealm.
debug (int)
Specifies the level of debugging detail logged by this Realm to the associated
Logger object. The default is 0 (zero).
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.
resourceName (String)
Specifies the JNDI resource name defined for the user database.
DataSourceRealm Properties
className (String)
The value is org.apache.catalina.realm.DataSourceRealm.
debug (int)
Specifies the level of debugging detail logged by this Realm to the associated
Logger. The default is 0 (zero).
dataSourceName (String)
Specifies the JNDI DataSource name.
digest (String)
Specifies name of the MessageDigest algorithm used to encode passwords in the
database or specifies a zero-length string for no encoding. The default is no digest.