Interface | Description |
---|---|
SuperUser |
Marker interface for Admin/Super type users.
|
Class | Description |
---|---|
AbstractUserAttribute |
A dedicated Attributes table for all types of users.
|
AdminUser |
To distinguish an Admin User.
An AdminUser is not an Entity , because any user
can be translated into an AdminUser by proxying a real User instance.This is done to ensure A User logged in as a user (while testing say) can transcend into an Admin user in an Admin session, it also prevents any chance of User beans getting access to admin in multiple Login scenarios, where Users may also have logins and authorizations. |
AdminUserAttribute |
UserAttribute for Admin User |
UserAttribute |
A dedicated Attributes table for all types of users.
|
Enum | Description |
---|---|
Gender |
Copyright © 2018. All rights reserved.