Set up database authentication
If you have a customized security system already in place or if you have your own security system, database authentication may be a good choice. There are two parts to this type of authentication:
- RDBMS Table Authenticator
- RDBMS table role group provider
The RDBMS table authenticator is used to authenticate user IDs and passwords that have been stored in a relational table in clear text, or in a database stored function. This is the class name for the RDBMS table authenticator:
com.lawson.efs.security.authenticationprovider.
DBTableAuthenticationProvider
The RDBMS table role provider is used for obtaining lists of users and role groups if the information is stored in a table, if the information is stored in a view, or if the information is expressed with standard SQL queries. This is the class name for the RDBMS table role group provider:
com.lawson.efs.security.roleprovider.DBTableRoleProvider
To modify database table authentication using the System Configuration Assistant