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-23
Realm Object
MemoryRealm Properties
className (String)
The value is org.apache.catalina.realm.MemoryRealm.
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 the 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.
pathname (String)
The absolute or relative (to $NSJSP_HOME) pathname to the XML file containing
the user information. The default is conf/tomcat-users.xml.
JNDIRealm Properties
type (String)
The type is org.apache.catalina.realm.JNDIRealm.
connectionName (String)
Specifies the username used to establish a JNDI connection with the directory
server.
connectionPassword (String)
Specifies the password used to establish a JNDI connection with the directory
server.
connectionURL (String)
Specifies the directory server URL with which to establish a JNDI connection.
contextFactory (String)
Specifies the JNDI context factory used to acquire the InitialContext.
debug (int)
Specifies the level of debugging detail logged by this Realm to the associated
Logger object. The default is 0.