Search in sources :

Example 1 with SecurityController

use of org.pentaho.di.ui.repository.repositoryexplorer.controllers.SecurityController in project pentaho-kettle by pentaho.

the class ManageUserUISupport method setup.

@Override
protected void setup() {
    SecurityController securityController = new SecurityController();
    controllerNames.add(securityController.getName());
    handlers.add(securityController);
    overlays.add(new RepositoryExplorerDefaultXulOverlay("org/pentaho/di/ui/repository/repositoryexplorer/xul/security-enabled-layout-overlay.xul", RepositoryExplorer.class));
}
Also used : RepositoryExplorer(org.pentaho.di.ui.repository.repositoryexplorer.RepositoryExplorer) SecurityController(org.pentaho.di.ui.repository.repositoryexplorer.controllers.SecurityController)

Aggregations

RepositoryExplorer (org.pentaho.di.ui.repository.repositoryexplorer.RepositoryExplorer)1 SecurityController (org.pentaho.di.ui.repository.repositoryexplorer.controllers.SecurityController)1