container-managed
Weblogic 10.3: Webapp security using web.xml and DB roles inside WLS console
Scenario We are using Weblogic Server 10.3.4 to run our webapp which has security constraints enabled in order to require a user to sign in before he/she can use the application. The user and group i[详细]
2023-02-26 16:31 分类:问答Alternative ways to configure security constraints with container managed security outside web.xml?
if you use Java EE 6 container managed security, you can configure security constraints for resources inside the web.xml deployment descriptor. Are there alternative ways to do this?[详细]
2022-12-18 19:30 分类:问答