UserCredentialsDataSourceAdapter « Security « Spring Q&A





1. UserCredentialsDataSourceAdapter problem    forum.springsource.org

UserCredentialsDataSourceAdapter problem Hello, I'm using the UserCredentialsDataSourceAdapter to create connections per user in my DAO's. I was adviced how to do this in this forum (thanks Omar) and even if i ...

2. UserCredentialsDataSourceAdapter not working    forum.springsource.org

UserCredentialsDataSourceAdapter not working Hi, I have an application where I can't use connection pooling and can only use a user-supplied uid/pwd (which is actually Oracle DB uid/pwd) for all DB operations. ...

3. UserCredentialsDataSourceAdapter help for a Spring newb    forum.springsource.org

UserCredentialsDataSourceAdapter help for a Spring newb OK, I have a situation where I need to use MS SQL Server's built in user authentication and set a different username/password combination for each ...

4. UserCredentialsDataSourceAdapter appears to be broken.    forum.springsource.org

Apr 21st, 2005, 02:04 PM #1 darrinps View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 25 UserCredentialsDataSourceAdapter appears to be broken. Looks like there is ...

5. Problem with UserCredentialsDataSourceAdapter?    forum.springsource.org

Problem with UserCredentialsDataSourceAdapter? I have a web based application where the database is set up so each user has a login/password that ties to their data only. In other words, the ...

6. using UserCredentialsDataSourceAdapter with Oracle?    forum.springsource.org

using UserCredentialsDataSourceAdapter with Oracle? Has anyone successfully used UserCredentialsDataSourceAdapter with an Oracle 9i database, so that an individual user's username and password are used for each connection? I've tried but I ...

7. "UserCredentialsDataSourceAdapter" not working with "commons.dbcp.BasicDataSource"    forum.springsource.org

"UserCredentialsDataSourceAdapter" not working with "commons.dbcp.BasicDataSource" Hi, Can anybody tell me whether the combo of "UserCredentialsDataSourceAdapter" with "BasicDataSource" not a correct choice when it comes to connecting with multiple databases ? We ...

8. Multiple datasources: UserCredentialsDataSourceAdapter vs. HotSwappableTargetSource    forum.springsource.org

Multiple datasources: UserCredentialsDataSourceAdapter vs. HotSwappableTargetSource Hi, I know this has been discussed before and I really looked at all relevant posts before writing this, but there are still some things I ...

9. UserCredentialsDataSourceAdapter with HibernateDaoSupport    forum.springsource.org

UserCredentialsDataSourceAdapter with HibernateDaoSupport Hello - I am trying to use the UserCredentialsDataSourceAdapter with Hibernate in a Spring-aware Struts app. Here is a basic overview of what I have going on.





10. UserCredentialsDataSourceAdapter encryption    forum.springsource.org

UserCredentialsDataSourceAdapter encryption hi all...not sure if this should be in the security area. if so, let me know. i'm passing a userName/password to a bean operation and using UserCredentialsDataSourceAdapter to set ...