/[Apache-SVN]
ViewVC logotype

Revision 1469915


Jump to revision: Previous Next
Author: robbie
Date: Fri Apr 19 15:50:07 2013 UTC (11 years ago)
Changed paths: 106 (showing only 100; show all)
Log Message:
QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from broker and add an overriding authentication provider for management mode

merged from trunk r1468830


Changed paths

Path Details
Directoryqpid/branches/0.22/qpid/java/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/amqp-1-0-client/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/amqp-1-0-client-jms/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/amqp-1-0-common/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/bin/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/Broker.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/BrokerOptions.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/startup/BrokerRecoverer.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/startup/DefaultRecovererProvider.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/store/ManagementModeStoreHandler.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/logging/messages/Broker_logmessages.properties modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/message/MessageMetaData_1_0.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/model/Broker.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/model/Port.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/model/adapter/AuthenticationProviderAdapter.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/model/adapter/BrokerAdapter.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/model/adapter/PortAdapter.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol/ProtocolEngine_1_0_0.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol/ProtocolEngine_1_0_0_SASL.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol/v1_0/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/registry/ApplicationRegistry.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/registry/IApplicationRegistry.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/jmx/
(Copied from qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/jmx, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/jmx/JMXPasswordAuthenticator.java
(Copied from qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/jmx/JMXPasswordAuthenticator.java, r1468830)
replaced
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleAuthenticationManager.java
(Copied from qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleAuthenticationManager.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/rmi/RMIPasswordAuthenticator.java deleted
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/util/StringUtil.java
(Copied from qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/util/StringUtil.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/broker/src/main/resources/initial-config.json modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/BrokerOptionsTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/MainTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/BrokerRecovererTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/DefaultRecovererProviderTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/store/ConfigurationEntryStoreTestCase.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/model/BrokerShutdownTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/model/adapter/PortFactoryTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/database/PropertiesPrincipalDatabase.java deleted
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/jmx/
(Copied from qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/jmx, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/jmx/JMXPasswordAuthenticatorTest.java
(Copied from qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/jmx/JMXPasswordAuthenticatorTest.java, r1468830)
replaced
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/manager/SimpleAuthenticationManagerTest.java
(Copied from qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/manager/SimpleAuthenticationManagerTest.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/rmi/RMIPasswordAuthenticatorTest.java deleted
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/CRAMMD5HexInitialiserTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/SaslUtil.java
(Copied from qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/SaslUtil.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker/src/test/java/org/apache/qpid/server/util/StringUtilTest.java
(Copied from qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/util/StringUtilTest.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpManagement.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpManagementConfiguration.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpManagementUtil.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/resources/addPort.html modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/resources/index.html modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Broker.js modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/addPort.js modified , text changed
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/HttpManagementTest.java
(Copied from qpid/trunk/qpid/java/broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/HttpManagementTest.java, r1468830)
added
Directoryqpid/branches/0.22/qpid/java/broker-plugins/management-jmx/src/main/java/org/apache/qpid/server/jmx/JMXManagedObjectRegistry.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/LoggingManagement.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedBroker.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedConnection.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedExchange.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/UserManagement.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/annotations/MBeanAttribute.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/annotations/MBeanConstructor.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/annotations/MBeanDescription.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/annotations/MBeanOperation.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/annotations/MBeanOperationParameter.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/systests/etc/config-systests.json modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/client/ssl/SSLTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/server/SupportedProtocolVersionsTest.java modified , props changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/server/security/auth/manager/ExternalAuthenticationTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/BrokerRestTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/KeyStoreRestTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/PortRestTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/RestTestHelper.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/SaslRestTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/TrustStoreRestTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/acl/BrokerACLTest.java modified , text changed
Directoryqpid/branches/0.22/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java modified , text changed , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/ modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/CPPExcludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/Excludes modified , text changed , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/JavaBDBExcludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/JavaExcludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/JavaPre010Excludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/JavaTransientExcludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/XAExcludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.async.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.cluster.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.noprefetch.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.ssl.excludes modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.ssl.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/cpp.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/java-bdb-spawn.0-9-1.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/java-bdb.0-9-1.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/java-dby-spawn.0-9-1.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/java-dby.0-9-1.testprofile modified , props changed
Directoryqpid/branches/0.22/qpid/java/test-profiles/java-mms-spawn.0-10.testprofile modified , props changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26