Software AG Products 10.5 | Administering Integration Server | Customizing Authentication Using JAAS | JAAS Custom Login Module Example | JAAS Configuration File: Sample Module
 
JAAS Configuration File: Sample Module
Following is the line of code that you would add to the IS_Transport context of the JAAS configuration file, Integration Server_directory \instances\instance_name\config\is_jaas.cnf, to identify the sample login module described in this section (with a requisite designation).
IS_Transport
{
samples.login.TestModule requisite;
com.wm.app.b2b.server.auth.jaas.X509LoginModule requisite;
com.wm.app.b2b.server.auth.jaas.BasicLoginModule requisite;
com.wm.app.b2b.server.auth.jaas.SamlOSGiLoginModule requisite;
...
};