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
- Extended DaoAuthenticationProvider & JdbcDaoImpl for Authentication.
- UnanimousBased accessDecisionVoter & RoleVoter for Authorization
- 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
精彩评论