I'm asking if the Bean (Sessionscoped, ManagedBean) is secure enough to save a variable "isAdmin = true". The user must not have a chance to change this value!
So the main question is: does the user has access to the beans (when there are no getters/setters and components on the view)?