0 Replies Latest reply on Mar 3, 2015 11:37 AM by mgekeler

    User Management Client

    mgekeler

      I have a WildFly 8.2.0 domain with RBAC access enabled.

      What I want to do is to write a user management client: REST-like methods on users, roles and groups to manage jboss internal users like the ones accessing the management console.

      Which options do I have?

       

      1.) As far as I know I cannot use ModelControllerClient since it is only as powerful as CLI.

         With CLI as of today it's not possible to create and manage users, roles and groups.

         Correct?

      2.) org.jboss.as.domain-add-user, the class used by the add-user tool, is only able to create a user with given groups.

         Correct?

       

      Thanks for pointing me the right way.

      -M.