authentication « Database « JPA Q&A





1. Is proxy authentication between Hibernate and DB possible?    forum.hibernate.org

My company is evaluating using Hibernate for ORM between J2EE and Oracle DBs. One of our requirements is that we have to authenticate every user in the database. In other words, just having the app server log in under general username/identity is not enough. We have to use proxy authentication or the CLIENT_IDENTIFIER application-context parameter methods of authenticating. Is this possible ...