开发者

How to enforce Spring Security as main Security Manager?

开发者 https://www.devze.com 2023-04-12 10:17 出处:网络
is there any way to enable java SecurityManager while using spring security ? I have a Swing standalone application and using spring jdbcDaoImpl to authenticate and authorize using MySql Database (def

is there any way to enable java SecurityManager while using spring security ? I have a Swing standalone application and using spring jdbcDaoImpl to authenticate and authorize using MySql Database (default spring开发者_StackOverflow社区 security schema)

but I want to know how to force all tasks be secured, like what happens in setting System.setSecurityManager(...)

0

精彩评论

暂无评论...
验证码 换一张
取 消