it.eng.spago.security
Class AbstractEngUserProfile

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

public abstract class AbstractEngUserProfile
extends DefaultRequestContext
implements IEngUserProfile

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface it.eng.spago.security.IEngUserProfile
ENG_USER_PROFILE
 
Constructor Summary
AbstractEngUserProfile()
           
 
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, getRoles, getUserAttribute, getUserUniqueIdentifier, hasRole, isAbleToExecuteAction, isAbleToExecuteModuleInPage, setApplication
 

Constructor Detail

AbstractEngUserProfile

public AbstractEngUserProfile()