it.eng.spago.security
Class AbstractEngUserProfile

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.security.AbstractEngUserProfile
All Implemented Interfaces:
RequestContextIFace, IEngUserProfile, java.io.Serializable

public abstract class AbstractEngUserProfile
extends DefaultRequestContext
implements IEngUserProfile

Author:
Bernabei Angelo Classe astratta da cui estendere la classe USER PROFILE
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface it.eng.spago.security.IEngUserProfile
ENG_USER_PROFILE
 
Constructor Summary
AbstractEngUserProfile()
           
 
Method Summary
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.security.IEngUserProfile
getFunctionalities, getFunctionalitiesByRole, getRoles, getUserAttribute, getUserAttributeNames, getUserUniqueIdentifier, hasRole, isAbleToExecuteAction, isAbleToExecuteModuleInPage, setApplication
 

Constructor Detail

AbstractEngUserProfile

public AbstractEngUserProfile()