Package | Description |
---|---|
com.neurosys.user.domain |
Modifier and Type | Class and Description |
---|---|
class |
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. |
Copyright © 2018. All rights reserved.