Hitachi

JP1 Version 12 JP1/Navigation Platform Content Editing Guide


1.6.1 Basic URLs

Organization of this subsection

(1) Basic URLs for accessing Operational Content Execution Windows

When you use the URLs below to access Navigation Platform, the Editing Window View menu command does not appear in the window. This prevents the user from making changes to Operational Content. Provide these URLs to users who have no need to edit Operational Content.

When accessing Navigation Platform from the login window

The basic URL differs depending on whether you are specifying parameters as part of the URL. For details about parameter specification, see 1.6.2 Parameters specifiable in basic URLs.

  • When not specifying parameters

http(s)://host-name:port-number/ucnpBase/
  • When specifying parameters

http(s)://host-name:port-number/ucnpBase/portal/screen/TitlePortlet/portlet/ucnp/pane/-44Ob44O844Og55S76Z2i/layout_id/default/tab_id/-44Ob44O844Og55S76Z2i
When using the Cosminexus integrated user management framework to perform single sign-on
http(s)://host-name:port-number/ucnpBase/portal/screen/Home/action/PLoginUser?com.cosminexus.admin.auth.name=user-ID&com.cosminexus.admin.auth.password=password
Note:

We recommend that you specify the POST method when using this URL to access an Operational Content Execution Window. If you specify the GET method, the user ID and password form part of the URL as a query, which can leave a trace in web server logs and other locations.

The values of the variables are explained below.

(2) Basic URLs for accessing Operational Content Editing Windows

When you use the following URLs to access Navigation Platform, an Operational Content Editing Window appears when you log in:

When accessing Navigation Platform from the login window
http(s)://host-name:port-number/ucnpBase/portal/screen/TitlePortlet/portlet/ucnp/pane/-44Ob44O844Og55S76Z2i/layout_id/default/tab_id/-44Ob44O844Og55S76Z2i?start_editor=true&open_editor=true
When using the Cosminexus integrated user management framework to perform single sign-on
http(s)://host-name:port-number/ucnpBase/portal/screen/Home/action/PLoginUser?com.cosminexus.admin.auth.name=user-ID&com.cosminexus.admin.auth.password=password&start_editor=true&open_editor=true
Note:

We recommend that you specify the POST method when using this URL to access an Operational Content Editing Window. If you specify the GET method, the user ID and password form part of the URL as a query, which can leave a trace in web server logs and other locations.

The values of the variables are explained below.

(3) Basic URLs for accessing custom windows (new windows)

When you use the following URLs to access Navigation Platform, a custom window (new window) appears when you log in:

When accessing Navigation Platform from the login window
http(s)://host-name:port-number/ucnpBase/portal/action/Plain/portlet/ucnp/pane/-44Ob44O844Og44Kw44Or44O844OX/layout_id/default/url/L2FkcG9ydGxldHMvdWNucC9qc3Avdmlldy9Sb290SWZyYW1lLmpzcA--?ucnpUserPageId=name-of-Custom-Window-Plugin
When using the Cosminexus integrated user management framework to perform single sign-on
http(s)://host-name:port-number/ucnpBase/portal/screen/Home/action/PLoginUser?com.cosminexus.admin.auth.name=user-ID&com.cosminexus.admin.auth.password=password&ucnpUserPageId=name-of-Custom-Window-Plugin
Notes:
  • We recommend that you specify the POST method when using this URL to access a custom window. If you specify the GET method, the user ID and password form part of the URL as a query, which can leave a trace in web server logs and other locations.

  • You must use the ucnpUserData parameter when passing data in a URL that accesses a custom window. You cannot use a parameter other than ucnpUserData to pass data.

The values of the variables are explained below.