From 0a816b7543bd5262b9789662fb812d445518b562 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 15 Jul 2011 08:55:58 +0000 Subject: QPID-3283: make Authentication Manager pluggable. Refactors AuthenticationManager and collaborators to allow of AuthenticationManager to be plugged in from the configuration XML. Change PrincipalDatabaseAuthenticationManager to become a pluggable implementation. This change removes support for the element within the config.xml. Existing use-cases are supported by the new element which enables use of the PDAM implementation. Also resolves QPID-1347. Applied patch by Keith Wall git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1147036 13f79535-47bb-0310-9956-ffa450edef68 --- ...config-systests-ServerConfigurationTest-New.xml | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml (limited to 'qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml') diff --git a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml deleted file mode 100644 index 1c7c7bb60f..0000000000 --- a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ${QPID_WORK} - ${QPID_HOME}/etc - ${conf} - ${QPID_HOME}/lib/plugins - ${QPID_WORK}/cache - - nio - 5672 - 32768 - 32768 - - - false - 8999 - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase - - - passwordFile - ${passwordDir}/passwd - - - - - - - ${conf}/virtualhosts-ServerConfigurationTest-New.xml - - - 0 - 2.0 - - - true - - - - -- cgit v1.2.1