Configure TAI Settings
The following example may be set in your applications jython file:
installCustomTAI = "true" customTAIInterceptorClass = "com.midvision.mv.security.loginmodule.tai.CustomTAIModule" customTAIInterceptorProperties = ""
Replace the classname with the custom TAI class you wish to use. Optionally, additional custom properties may also be configured.