Developing a custom TAI as a Liberty feature
You can develop a custom TAI as a Liberty feature by implementing the com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface provided in the Liberty server and creating a product extension.
About this task
For a general view of custom TAI, see Developing a custom TAI for Liberty.
For more information about product extensions, see Product extension.
Avoid trouble: If you have multiple TAIs,
you can configure all of them by using either the user feature or
the shared library. Do not mix the two TAI configurations.