When a user logs in, there is a record added to the database in the AUDITRECORD table. I assume some java code is executed when a user logs in, to put that record in the database.
I was thinking about leveraging this API to do some additional things, such as check the user's preferred file server (their vaulting preference). I could add additional code to this java class do what I desire. But first I need to determine what API is triggered during the login.
Anyway have ideas of which API(s) are triggered during user login?