EzyBeanContextBuilder beanContextBuilder = EzyBeanContext.builder()
.addSingleton("pluginContext", context)
.addSingleton("marshaller", marshaller)
.addSingleton("unmarshaller", unmarshaller)
.addSingleton("executorService", executorService)
.addSingleton("zoneContext", context.getParent())
addSingleton("serverContext", context.getParent().getParent())
.addSingleton("pluginResponseFactory", pluginResponseFactory);
Vì sao plugin lại không cần userManager vậy ạ? (Em thấy vẫn phải login mới access được plugin)