NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
C-4
Realm Object
Realm Object
A Realm object represents a database of information about authorized users, their
passwords, and their granted access roles. Many types of Realms are supported in the
NSJSP container. Property list varies for different types of Realms.
The Realm objects and their associated properties are:
JDBCRealm Properties
For information on JDBC properties, refer http://tomcat.apache.org/tomcat-6.0-
doc/realm-howto.html#JDBCRealm.
MemoryRealm Properties
For information on MemoryRealm properties, refer http://tomcat.apache.org/tomcat-
6.0-doc/realm-howto.html#MemoryRealm.
JNDIRealm Properties
For information on JNDIRealm properties, refer http://tomcat.apache.org/tomcat-6.0-
doc/realm-howto.html#JNDIRealm.
UserDatabaseRealm Properties
className (String)
The value is org.apache.catalina.realm.UserDatabaseRealm.
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
For information on DataSourceRealm properties, refer
h
ttp://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#DataSourceRealm.
JAASRealm Properties
For information on JASSRealm properties, refer http://tomcat.apache.org/tomcat-6.0-
doc/realm-howto.html#JAASRealm.










