protected AuthenticationManager authenticationManager;
protected AuthorizationManager authorizationManager;
private final List<Object> servicesList;
public TestProxySystem() {
noopTemplateImageLoader = new TemplateImageLoaderNoop();
reflector = new TestProxyReflector();
servicesList = Collections.emptyList();
// all a bit hacky...