Installation exits
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Platform Security
Installation exits are customizations that exit from Java to call a script before returning back to Java.
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.
On this page
Related Content
- Authentication
The authentication category covers the main elements of modern authentication to confirm an entity and its claims are authentic and correct, resistant to impersonation and prevent interception of passwords.