abstract class AbstractServerRestricted extends AbstractBusTestServerBase {
protected AbstractServerRestricted(String baseUrl) throws Exception {
Bus bus = new SpringBusFactory().createBus("org/apache/cxf/systest/ws/wssec11/server/server.xml");
new RestrictedAlgorithmSuiteLoader(bus);
BusFactory.setDefaultBus(bus);
setBus(bus);
doPublish(baseUrl + "/APingService", new APingService());
doPublish(baseUrl + "/A-NoTimestampPingService", new ANoTimestampPingService());