Configure access rights

Access control in Objectwiz is based on the roles supplied by the application server.

To be able to successfully log in to Objectwiz, a user must have the role: objectwizUser. To get write-access to the data of an application, a user must also have the role <name of the application>-RW (e.g. jboss-seam-dvdstore-RW for accessing the DVD Store sample application).

The default realm for objectwiz web application is the one of the JMX console (jmx-console). Therefore, users/passwords/roles can be configured in the two following files:

jboss/server/default/conf/props/jmx-console-users.properties

jboss/server/default/conf/props/jmx-console-roles.properties

NOTE: JBoss must be restarted for changes to take effect.