public HttpAuthenticationForm(Composite parent, int style, SchedulerDom dom, Element config) {
super(parent, style);
listener = new HttpAuthenticationListener(dom, config);
initialize();
setToolTipText();
listener.fillHttpAuthenticationTable(tableHttpUsers);
}