开发者

Is there any Swing API , Component or Sample Projects to Manage Spring Security Settings?

I'm working on a swing application and trying to merge it into Spring Framework. fortuna开发者_如何学Pythontely every thing works in its basic mode.

but now I need a Swing-Based GUI to manage security stuff like Creating a new user, assign a user to a group ,.....

is there any Existing open source API or Swing Component which can help me?

I'm using

  1. Extended DaoAuthenticationProvider & JdbcDaoImpl for Authentication.
  2. UnanimousBased accessDecisionVoter & RoleVoter for Authorization
  3. Simple MySql Database with Standard Tables(authorities,groups,users,..)

you know , I'm thinking of "if I use all things in their standard form, there might be some opensource implementations to handle a standard Userinterface"

thanks for any information Moein

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜