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-20
User Databases
groups (java.lang.String[])
List of groups defined in this database.
roles (java.lang.String[])
List of roles defined in this database.
users (java.lang.String[])
List of users defined in this database.
Using JMX, the User Database’s subordinate objects such as User, Group, and Role
can also be managed. For more information about configuring the User Database, see
the Tomcat 5.0 Specification Version 5.0 at http://jakata.apache.org/tomcat/tomcat-5.0-
doc.index.html.
Group
Group is used to group a group of Users. The Group properties are:
description (String)
Specifies the description of the Group.
groupname (String)
Specifies the name of the Group.
roles (java.lang.String[])
Lists roles assigned to this Group.
Role
Role represents a user role used in the application access authorization. The Role
properties are:
description (String)
Specifies the description of the Role.
rolename (String)
Specifies the name of the Role.
Users
User represents a user. The User properties are:
fullName (String)
Specifies the full name of the user. This is used for user readable.