I am creating a website using Java. I would like to have users to have their own accounts and not use facebook connect or Open Social. I am wondering if there are any existing modules/frameworks out there that do the following
- User Provisioning - create account for user
- User authentication and authorization
- User profile pages
- Relationship management
Shindig is requires open social and so it does not meet my needs.
Thanks!