Is there a Java user management package similar to Django auth application? -


i'm looking java package/spring user management package similar django's auth application, provides database models such user , group out-of-the-box.

i have standard spring/hibernate application (based on spring roo), , use existing user/group/role implementation instead of reinventing (the actual authentication can use spring's mechanism, i'd save time implementing user management part).

thanks help

the emmet project may of interest you. emmet includes custom springsecurity userdetailsstore , webapp user account management. out of box functionality includes basic user account details, roles, support multiple identities, support password aging, self registration , password reset. can use in conjunction springsecurity based authentication , access control, or (at pinch) other "stacks".

(emmet provides custom springsecurity authentication components, , potted wirings, can ignore aspect if like.)

disclaimer: i'm lead developer emmet.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -