diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-05-10 14:43:19 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-05-10 14:43:19 +0000 |
| commit | 1a9e6dd078987667557e48a0a1b754484555447a (patch) | |
| tree | 10e25e2bdc52b25c4d2789144808e8aea6646d9e /qpid/java/systests/etc | |
| parent | 4e15e5fc5ce3990146cc8f5ca0873cf5ede1db0e (diff) | |
| download | qpid-python-1a9e6dd078987667557e48a0a1b754484555447a.tar.gz | |
QPID-2759: Remove defunct jmxremote.access file user management rights manipulation abilities. 1) Removed remaining jmx access functionality. 2) Removed references to security/jmx/access from all existing configuration files. 3) Made ServerConfiguration#validateConfiguration reject config files that still contain the security/jmx/access element in order to promote good end-user understanding of configuration.
For JMX:
1) setRights now throws UnsupportedOperationException with message.
2) createUser(string,string,bool,bool,bool) throws UnsupportedOperationException iff any of the bool args are true i.e. the user attempts to give a user access JMX rights
3) Deprecated createUser(string,string,bool,bool,bool) in favour of new two arg form createUser(string,string)
4) viewUsers changes to always return admin, read, and write items as false.
Applied patch from Keith Wall <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc')
4 files changed, 0 insertions, 4 deletions
diff --git a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml index d1dce019dd..39805cbc48 100644 --- a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml +++ b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml @@ -59,7 +59,6 @@ </principal-databases> <jmx> - <access>${passwordDir}/jmxremote.access</access> <principal-database>passwordfile</principal-database> </jmx> </security> diff --git a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-Old.xml b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-Old.xml index 1de0389533..e87be87154 100644 --- a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-Old.xml +++ b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-Old.xml @@ -57,7 +57,6 @@ </principal-database> </principal-databases> <jmx> -<access>${passwordDir}/jmxremote.access</access> <principal-database>passwordfile</principal-database> </jmx> </security> diff --git a/qpid/java/systests/etc/config-systests-firewall-2.xml b/qpid/java/systests/etc/config-systests-firewall-2.xml index 38ff9ddbb0..05c3eaff9f 100644 --- a/qpid/java/systests/etc/config-systests-firewall-2.xml +++ b/qpid/java/systests/etc/config-systests-firewall-2.xml @@ -85,7 +85,6 @@ <msg-auth>false</msg-auth> <jmx> - <access>${conf}/jmxremote.access</access> <principal-database>passwordfile</principal-database> </jmx> diff --git a/qpid/java/systests/etc/config-systests-firewall-3.xml b/qpid/java/systests/etc/config-systests-firewall-3.xml index 6c0ee7ee3c..861a3b33a3 100644 --- a/qpid/java/systests/etc/config-systests-firewall-3.xml +++ b/qpid/java/systests/etc/config-systests-firewall-3.xml @@ -85,7 +85,6 @@ <msg-auth>false</msg-auth> <jmx> - <access>${conf}/jmxremote.access</access> <principal-database>passwordfile</principal-database> </jmx> |
