]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench.rap/plugin.xml
Improve user directory
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / plugin.xml
index e5b083ded55128ce90ce541140dd116523c88a52..880563bd3ebefd789d17cbb0f2c78ca0659dbcbd 100644 (file)
@@ -5,16 +5,22 @@
          point="org.eclipse.rap.ui.entrypoint">
       <entrypoint
             id="org.argeo.cms.ui.workbench.rap.secureEntryPoint"
-            class="org.argeo.security.ui.rap.RapWorkbenchLogin"
+            class="org.argeo.cms.ui.workbench.rap.RapWorkbenchLogin"
             path="/node"
             brandingId="org.argeo.cms.ui.workbench.rap.defaultBranding">
       </entrypoint>
       <entrypoint
             id="org.argeo.cms.ui.workbench.rap.anonymousEntryPoint"
-            class="org.argeo.security.ui.rap.AnonymousEntryPoint"
+            class="org.argeo.cms.ui.workbench.rap.AnonymousEntryPoint"
             path="/public"
             brandingId="org.argeo.cms.ui.workbench.rap.defaultBranding">
       </entrypoint>
+      <entrypoint
+            brandingId="org.argeo.cms.ui.workbench.rap.defaultBranding"
+            class="org.argeo.cms.ui.workbench.rap.SpnegoWorkbenchLogin"
+            id="org.argeo.cms.ui.workbench.rap.loginEntryPoint"
+            path="/login">
+      </entrypoint>
 <!--      <entrypoint
             id="org.argeo.cms.ui.workbench.rap.secureEntryPoint"
             class="org.argeo.security.ui.rap.RapWorkbenchLogin"
@@ -37,7 +43,7 @@
                </command>
                <!-- Enable an "open file" action in a single sourced application  -->  
                <command
-                       id="org.argeo.eclipse.ui.workbench.openFile"
+                       id="org.argeo.cms.ui.workbench.openFile"
                        defaultHandler="org.argeo.eclipse.spring.SpringExtensionFactory"
                        name="OpenFile">
                        <commandParameter
                        id="param.fileURI"
                        name="The URI of this file on the server">
                        </commandParameter>
-                       <commandParameter
-                       id="param.filePath"
-                       name="The absolute path of this file on the server file system">
-                       </commandParameter>
                </command>
        </extension>
 
                <menuContribution locationURI="menu:org.argeo.cms.ui.workbench.rap.mainMenu">
                        <!-- Managed programmatically in the RapActionBarAdvisor to enable 
                             the display of the current logged-in user id -->
-               <!--    <command
+                       <command
                                commandId="org.argeo.cms.ui.workbench.rap.userMenuCommand"
                                icon="icons/main.gif"
                                id="org.argeo.cms.ui.workbench.rap.userMenu">
-                       </command> -->
+                       </command>
                        <!-- Still unused
                        <command
                                commandId="org.eclipse.ui.window.preferences"