Database authentication/ authorization in ADF Security
587515Aug 8 2011 — edited Aug 8 2011Dear Gurus,
Iam converting an application from ADF Faces 10g to 11g. In that application I had implemented database authentication and authorization having configured oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule as the LoginModule having followed a document issued by Frank Nimphius.
In 11g I want to use ADF Security. Is DBTableOraDataSourceLoginModule login module still available in 11g or should I use something else?
Is there any documentation specific to how database authentication/ authorization can be implemented in ADF security? Because the "Fusion Developer Guide" does not touch this use case.