From 9dc2a8df18ca30e68fa4e2e8fb329eaa9a062a8a Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Tue, 19 Aug 2014 07:25:26 +0000 Subject: QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in the configuration can be encrypted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618815 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/systest/rest/BrokerRestHttpsTest.java | 1 + .../src/test/java/org/apache/qpid/systest/rest/BrokerRestTest.java | 1 + 2 files changed, 2 insertions(+) (limited to 'qpid/java/systests') diff --git a/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestHttpsTest.java b/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestHttpsTest.java index 319cc1c9da..c81bbd5469 100644 --- a/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestHttpsTest.java +++ b/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestHttpsTest.java @@ -65,6 +65,7 @@ public class BrokerRestHttpsTest extends QpidRestTestCase Asserts.assertAttributesPresent(brokerDetails, BrokerModel.getInstance().getTypeRegistry().getAttributeNames(Broker.class), Broker.PROCESS_PID, + Broker.CONFIDENTIAL_CONFIGURATION_ENCRYPTION_PROVIDER, ConfiguredObject.TYPE, ConfiguredObject.CREATED_BY, ConfiguredObject.CREATED_TIME, diff --git a/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestTest.java b/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestTest.java index bae27b802c..ba95eecc6d 100644 --- a/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestTest.java +++ b/qpid/java/systests/src/test/java/org/apache/qpid/systest/rest/BrokerRestTest.java @@ -204,6 +204,7 @@ public class BrokerRestTest extends QpidRestTestCase Asserts.assertAttributesPresent(brokerDetails, BrokerModel.getInstance().getTypeRegistry().getAttributeNames( Broker.class), Broker.PROCESS_PID, + Broker.CONFIDENTIAL_CONFIGURATION_ENCRYPTION_PROVIDER, ConfiguredObject.TYPE, ConfiguredObject.CREATED_BY, ConfiguredObject.CREATED_TIME, -- cgit v1.2.1