headerPath = new ArrayList<QName>();
headerPath.addAll(WSSConstants.SOAP_11_HEADER_PATH);
headerPath.add(new QName("http://example.org", "b"));
encryptedPartSecurityEvent.setElementPath(headerPath);
policyEnforcer.registerSecurityEvent(encryptedPartSecurityEvent);
policyEnforcer.doFinal();
}
@Test
public void testPolicyMultipleAssertionEventsNegative() throws Exception {
String policyString =