Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a list of jboss users over the CLI client

I have not found anything suitable in the Management API ref or the CLI guide.

My guess for retrieving the users of the management realm would have been

ls core-service=management/security-realm=ManagementRealm/authentication=properties

but it returns nothing. I do have a management user though.

I am using Jboss-7.1.1.Final

Thank you

like image 653
kostja Avatar asked Dec 27 '22 17:12

kostja


1 Answers

If your users are stored in the properties file then it is not possible to obtain a listing of them using the management interface.

Adding identity management operations including listing and modifying users is something being considered for a later release.

like image 91
Darran L Avatar answered Jan 12 '23 12:01

Darran L