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-21
Resource Links
groups (java.lang.String[])
Lists groups in which the user belongs.
password (String)
Specifies the user’s password for user authentication.
username (String)
Specifies the name of the User.
roles (java.lang.String[])
Lists roles assigned to this User.
Resource Links
Resource Link is used to create a link to a global JNDI resource. Therefore, it exists
only inside a context. The Resource Link properties are:
global (String)
Specifies the name of the linked global resource.
name (String)
Specifies the name of the resource link.
type (String)
Specifies the fully qualified java class name expected by the web application when
it performs a lookup for this resource link.
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.
Below are the Realm objects and their associated properties.
JDBCRealm Properties
className (String)
The value is org.apache.catalina.realm.JDBCRealm.
connectionName (String)
Specifies the database username to use when establishing a JDBC connection.