Logout Command

ENOVIA Business Process Services installs a command object, called AEFLogoutToolbar, that represents the Logout tool.

This command is assigned to the AEFGlobalToolbar menu. When a user clicks the Logout tool, the system calls emxLogout.jsp, which ends the current session and returns to the Login page.

If in a Single Signon (SSO) environment, the SSO server should be configured to bypass emxLogout.jsp. The user must exit the browser to log out. For instructions on how to by pass emxLogout.jsp, see Configuring Single Signon.

The tables below describe the parameters and settings used to implement the Logout command. For details on configuring global toolbar tools, see Menus and Toolbars.

Parameter Description Installed Input Values

href

The JSP that implements the Logout command. When the JSP is prefixed with ${ROOT_DIR}, the system looks for the JSP in the ematrix root directory, which it gets from emxSystem.properties. The property used is "eServiceSuiteFramework.RootDirectory = .."

${ROOT_DIR}/emxLogout.jsp

Alt

The internationalization string ID to display as mouse over text.

ID from string resource properties file.

Access

Defines who can access the tool.

All

Setting Description Installed Input Values

*Registered Suite

The application the command belongs to. The system looks for image and JSP files in the directory associated with the application. Internationalization details are also obtained based on the Registered Suite.

Framework

Target Location

The frame or window the page should display in.

hiddenFrame

Image

The image displayed on the tool.

buttonToolbarLogout.gif

*Required Setting