weblogic上移植应用到websphere上
问题是这样的:我从weblogic上移植应用到websphere上,遇到了这样几个问题
1.weblogic上有一个AuthenticationProvider的实现,是用来进行数据库登陆的安全验证的一个模块(MBean),现在我想移植到websphere上,请问websphere上有没有类似的接口模块啊。
2.在weblogic中客户端的安全调用是通过weblogic.security.Security.runAs来进行的在websphere中的相应包里的类是什么?
问题点数:20、回复次数:2Top
1 楼iceleighton(冰雪)回复于 2005-04-22 14:54:17 得分 0
WAS通过J2C认证条目来做
Top
2 楼txranger()回复于 2005-04-27 02:11:21 得分 20
> 1.weblogic上有一个AuthenticationProvider的实现,是用来进行数据库登陆的安全验证的一个模> 块(MBean),现在我想移植到websphere上,请问websphere上有没有类似的接口模块啊。
Yes, there is. It's called custom AuthenticationToken. Go to WebSphere's info center and search for "custom AuthenticationToken". You will find what you need.
> 2.在weblogic中客户端的安全调用是通过weblogic.security.Security.runAs来进行的在
> websphere中的相应包里的类是什么?
I'm a bit rustic on WebLogic. You mean using JAAS to login from stand-alone client? I believe it's
com.ibm.websphere.security.auth.WSSubject.doAs
You might want to double check the info center.
Top
相关问题
- 如何把用 WebSphere 开发的 Web 应用程序移植到 WebLogic 上 ?
- 请问在Windows 2000下开发的基于WebSphere的应用,移植到商用Unix下要注意什么?
- web应用程序移植问题
- 在.net框架中,那一部分可以近似对应J2EE中的应用服务器(Weblogic,websphere,jboss)?
- 应用服务器的问题,WEbLogic与WebSphere的差别(部署上的)在哪儿?
- JBuilder7开发java应用程序,其移植性如何?
- 把web应用程序移植到websphere5.1上的问题
- (急!!!)Asp.net应用程序的移植问题
- 关于WebSphere和WebLogic
- tomcat向weblogic移植中的中文乱码问题




