0N/A#
0N/A
0N/A# Password file for Remote JMX API authentication. This file defines
0N/A# the different roles and their passwords.
0N/A
0N/A# The file format for the password file is syntactically the same as
0N/A# the Properties file format. The syntax is described in the Javadoc
0N/A# for java.util.Properties.load.
0N/A
0N/A# A typical password file has multiple lines, where each line is blank,
0N/A# a comment (like this one), or a password entry.
0N/A
0N/A# A password entry consists of a role name and an associated password.
0N/A# The role name is any string that does not itself contain spaces or
0N/A# tabs. The password is again any string that does not contain spaces
0N/A# or tabs. Note that passwords appear in the clear in this file, so it
0N/A# is a good idea not to use valuable passwords.
0N/A
0N/A# A given role should have at most one entry in this file. If a role
0N/A# has no entry, it has no access.
0N/A# If multiple entries are found for the same role name, then the last
0N/A# one is used.
0N/A
0N/A# In a typical installation, this file can be read by anybody on the
0N/A# local machine, and possibly by people on other machines.
0N/A# For security, you should either restrict the access to this file,
0N/A# or specify another, less accessible file in the management config
0N/A# file as described above.
0N/A
0N/A# Role and password used for authentication by the RMI connector in
0N/A# this example.
0N/A#
0N/Aadmin adminPassword
0N/Auser userPassword