FileRealm
ClassThe following properties are required for a file
realm.
The JAAS (Java Authentication and Authorization Service) context (the identifier for the login module to use for this realm). The only valid value is fileRealm
.
Full path and name of the file where the server will store all user, group, and password information for this realm. The default value is domain-dir/config/keyfile
for the file
realm and domain-dir/config/admin-keyfile
for the admin-realm
realm.
The key file for the file
realm is initially empty, so users must be added on the File Users page before the file
realm is used.
The key file for the admin-realm
realm initially contains the administrator user name, the administrator password in an encrypted format, and the group to which this user belongs (asadmin
by default). For more information on adding users to the admin-realm
, see To Grant Access to Administration Tools.
Note:
Users in the group asadmin
in the admin-realm
are authorized to use the Administration Console and asadmin
tools. Add only users to this group that have server administrative privileges.
The following optional property is available for a file
realm.
A comma-separated list of group names. All clients who present valid certificates are assigned to these groups, for example, employee,manager
, where these are the names of user groups.