Which JAR contains the weblogic.servlet.security.ServletAuthentication class?

放肆的年华 提交于 2019-12-06 12:18:39

The class you are looking for is in a jar named wls-api.jar.

However, you're probably searching for the wrong thing because if you are developing applications to run on Glassfish you should stick with the standard techniques (e.g. JSR-196 described here or here).

Because it isn't obvious what you are trying to implement I can't give any further detailed advice but there is plenty of documentation available about Java EE Security.

Ivan

I think u need this jar file:

<JDeveloper Home>\Middleware\wlserver_10.3\server\lib\weblogic.jar

The file is located at <WLS_HOME>\middleware\wlserver\server\lib\wls-api.jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!