3 Replies Latest reply on Nov 27, 2011 5:40 AM by wdfink

    JBoss 4.2.3 GA server user list

    nag_jboss24

      Hi ,

       

      Where the default user information is stored in Jboss 4.2.3 GA?. How to retrive this user and roles list from a java application?

       

      Thanks,

      Nag

        • 1. Re: JBoss 4.2.3 GA server user list
          wdfink

          I don't uderstand your question, could you briefly describe what you want to achieve?

          • 2. Re: JBoss 4.2.3 GA server user list
            nag_jboss24

            Hi,

             

            Thanks for your reply.I want to retrieve the list of all users ( may be administrators,deployers ..etc)  list and their role/privileges of my Jboss server  through java application. Are these details stored in a file or in LDAP? is there any API to retrieve this information? Is it possible to modify this information (adding new user,changing roles ..etc) while server is running?

             

            Thanks

            Nag

            • 3. Re: JBoss 4.2.3 GA server user list
              wdfink

              HI,

               

              that depends on your configuration. By default there are property files with user information and password in the conf or conf/props directory.

              Check  the conf/login-config.xml.

               

              Some application uses LDAP to share such informations, if you want to change or list this information you might implement your own app, or maybe you find a opensource project

              1 of 1 people found this helpful