NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
4-99
NSJSP Manager Operations
Memory Realm
The Memory Realm is a simple Realm implementation that reads user information
from an XML format, and represents it as a collection of Java objects in memory. This
implementation is intended solely to get up and running with container managed
security - it is not intended for production use. As such, there are no mechanisms for
updating the in-memory collection of users when the content of the underlying data file
is changed.
Figure 4-51
shows a screen of Memory Realm.
User
Password
Indicates the name of the property in the
user's entry containing the user's password. If
you specify this value, JNDIRealm will bind to
the directory using the values specified by
connectionName and
connectionPassword properties, and
retrieve the corresponding property for
comparison to the value specified by the user
being authenticated. If you do not specify this
value, JNDIRealm will attempt a simple bind
to the directory using the DN of the user's
entry and the password presented by the user,
with a successful bind being interpreted as an
authenticated user.
Yes
User
Pattern
Indicates the pattern for the distinguished
name (DN) of the user's directory entry, with
{0} marking where the actual user name
should be inserted. You can use this property
instead of userSearch, userSubtree and
userBase when the distinguished name
contains the user name and is otherwise the
same for all users. Note that when accessing
the directory using delegated credentials, this
property is always ignored and userSearch,
userSubtree and userBase are always
used instead.
Yes
User
Search
Indicates the LDAP filter expression to use
when searching for a user's directory entry,
with {0} marking where the actual user name
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.
Yes
Table 4-36. Property list for JNDI Realm
Property Description Modifiable
Default
Value










