[jboss-user] [Installation, Configuration & Deployment] - Need custom DataSource to support internal password service

mamsterla do-not-reply at jboss.com
Fri Apr 27 15:53:23 EDT 2007


Our company has developed a token based password service by which a server token and login token are resolved to a server name/port and a user name/password.

I wanted to extend the LocalTxDataSource so that I can use a custom class that takes the two tokens as described, calls the service and then passes them to the supplied LocalTxDataSource (filling in the connectionURL, username, password attributes).

I know how to do this for Tomcat, but am a JBoss novice and needed some ideas on how to best do this.  Because of the server part, we cannot use the Encrypted password examples that use a LoginService.  I am targeting JBoss 4.0.5.

Any help greatly appreciated.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041542#4041542

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041542



More information about the jboss-user mailing list