JAAS Login Modules

TIBCO FTL software supports these sample login modules.

  • org.eclipse.jetty.jaas.spi.JDBCLoginModule
  • org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
  • org.eclipse.jetty.jaas.spi.DataSourceLoginModule
  • org.eclipse.jetty.jaas.ldap.LdapLoginModule

For more information about login modules and how to configure them, see “JAAS Support - Eclipse” in Jetty: The Definitive Reference.

To implement your own login module, see “Custom Login Modules” in Oracle Application Server Containers for J2EE Security Guide.