Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer
Thanks Darran - a no is a valid answer too :) just one more thing though - could you please link your sources? I found it quite hard to get an overview of things possible and impossible with the JBoss CLI, so a good resource would be appreciated. – kostja Oct 2 '12 at 13:39
1  
My 'source' is I wrote the properties file based realm so know I never exposed any operations to list the actual users it contains ;-) – Darran L Oct 3 '12 at 10:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.