"workspace-save", saveWorkspaceCommand);
AuthenticationBasedEnablingStateWrapper authWrapper = new AuthenticationBasedEnablingStateWrapper(
authenticationManager, saveAction);
authWrapper.init();
new SaveActionStateController(workspaceManager, saveAction, authWrapper)
.init();
}