timestampType.setId(IDGenerator.generateID(null));
}
TimestampValidator timestampValidator = wssSecurityProperties.getValidator(WSSConstants.TAG_wsu_Timestamp);
if (timestampValidator == null) {
timestampValidator = new TimestampValidatorImpl();
}
TokenContext tokenContext = new TokenContext(wssSecurityProperties, wssecurityContextInbound, xmlSecEvents, elementPath);
timestampValidator.validate(timestampType, tokenContext);
TimestampSecurityEvent timestampSecurityEvent = new TimestampSecurityEvent();