new XMLSecurityException("empty", "The request was not signed or encrypted");
throwFault(ex.getMessage(), ex);
}
if (signatureRequired) {
Event requiredEvent = SecurityEventConstants.SignatureValue;
if (!isEventInResults(requiredEvent, incomingSecurityEventList)) {
LOG.warning("The request was not signed");
XMLSecurityException ex =
new XMLSecurityException("empty", "The request was not signed");
throwFault(ex.getMessage(), ex);