java - Tables in Spring security -
i want group based security in application. don't understand how use it.
looking @ 2 different database schemas appendix, got questions. supposed extend group_members table password, enabled, first name etc? or supposed have table named instance user
hold info? if need, why need group_member table?
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/appendix-schema.html
it not compulsory use group table. can use single or 2 table authentication. refer following link reference.
http://www.mkyong.com/spring-security/spring-security-form-login-using-database/
Comments
Post a Comment