Installation exits
-
- UpdatedAug 1, 2024
- 3 minutes to read
- Xanadu
- Platform Security
Installation exits are customizations that exit from Java to call a script before returning back to Java.
Note: Functionality described here requires the
Admin role.
Available installation exits
Navigate to
. Some installation exit names (Login, Logout, ValidatePassword, ExternalAuthentication) are reserved and cannot be changed. Other installation exits can override these with custom script that replaces the script in the default installation exit.The following installation exits are available in the base system:
Login modifications
The following modification to the Login installation exit sets each user's session timeout value as the user is logging in. In this particular example, if the user name is admin, the session is set to timeout in 30 seconds.
Session timeout can also be set according to IP address.