Provided GUI to display and edit user details.
----------------------------------------------

                 Key: QPID-448
                 URL: https://issues.apache.org/jira/browse/QPID-448
             Project: Qpid
          Issue Type: Sub-task
          Components: Java Management Console
            Reporter: Martin Ritchie
         Assigned To: Bhupendra Bhardwaj
             Fix For: M2


The AMQUserManagementMBean will provide the following methods:

viewUsers() -> TabularData -> Username(String), read(boolean), write(boolean), 
admin(boolean))
AccessResult setPassword(username(String), password(String))
AccessResult setRights(String username , boolean read, boolean write, boolean 
admin)
AccessResult createUser(String username, String password, boolean read, boolean 
write, boolean admin)
AccessResult deleteUser(String username)

This should be used to provide an interface on the management console.

Of course sending a plain text password is not very secure so the jmx 
connection should encrypte the password or use other means.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to