The Teiid system provides a range of built\-in and extensible security features to enable the secure access of data. For details about how to configure the available security features check out Admin Guide. |
LoginModules are an essential part of the JAAS security framework and provide Teiid customizable user authentication and the ability to reuse existing LoginModules defined for JBossAS. Refer to the JBoss Application Server security documentation for information about configuring security in JBoss Application Server, [http://docs.jboss.org/jbossas/admindevel326/html/ch8.chapter.html]. |
h3. Built\-in LoginModules |
{note} |
... |
{quote} * Database LoginModule |
{quote}Login module that uses Database\-based authentication. |
Refer to [http://community.jboss.org/docs/DOC-9511]. {quote} |
... |
If your authentication needs go beyond the provided LoginModules, please refer to the JAAS development guide at [http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/JAASLMDevGuide.html]. There are also numerous guides available. |
If you are extending one of the built\-in LoginModules, refer to [http://community.jboss.org/docs/DOC-9466]. |
The Teiid system provides a range of built-in and extensible security features to enable the secure access of data. For details about how to configure the available security features check out Admin Guide.
LoginModules are an essential part of the JAAS security framework and provide Teiid customizable user authentication and the ability to reuse existing LoginModules defined for JBossAS. Refer to the JBoss Application Server security documentation for information about configuring security in JBoss Application Server, http://docs.jboss.org/jbossas/admindevel326/html/ch8.chapter.html.
These need to be verified against JBoss AS 7.x |
JBoss Application Server provides several LoginModules for common authentication needs, such as authenticating from text files or LDAP.
Below are are some of those available in JBoss Application Server:
Login module that uses simple file based authentication.
Refer to http://community.jboss.org/docs/DOC-12510.
Login module that uses LDAP based authentication.
Refer to http://community.jboss.org/docs/DOC-11253.
Login module that uses Database-based authentication.
Refer to http://community.jboss.org/docs/DOC-9511.
Login module that uses X509 certificate based authentication.
See http://community.jboss.org/docs/DOC-9160.
For all the available login modules refer to http://community.jboss.org/docs/DOC-11287.
If your authentication needs go beyond the provided LoginModules, please refer to the JAAS development guide at http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/JAASLMDevGuide.html. There are also numerous guides available.
If you are extending one of the built-in LoginModules, refer to http://community.jboss.org/docs/DOC-9466.