it.eng.spagobi.security
Class ExoMembershipAsRoleUserProfileFactoryImpl
java.lang.Object
it.eng.spagobi.security.ExoMembershipAsRoleUserProfileFactoryImpl
- All Implemented Interfaces:
- it.eng.spagobi.security.IUserProfileFactory
public class ExoMembershipAsRoleUserProfileFactoryImpl
- extends java.lang.Object
- implements it.eng.spagobi.security.IUserProfileFactory
Implementation of the IEngUserProfile interface Factory. Defines methods
to get a IEngUserProfile starting from the exo user information
Method Summary |
it.eng.spago.security.IEngUserProfile |
createUserProfile(javax.portlet.PortletRequest request,
java.security.Principal principal)
Return an IEngUserProfile implementation starting from the Portlet Request and the Principal of the
user given by exo platform. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExoMembershipAsRoleUserProfileFactoryImpl
public ExoMembershipAsRoleUserProfileFactoryImpl()
createUserProfile
public it.eng.spago.security.IEngUserProfile createUserProfile(javax.portlet.PortletRequest request,
java.security.Principal principal)
- Return an IEngUserProfile implementation starting from the Portlet Request and the Principal of the
user given by exo platform.
- Specified by:
createUserProfile
in interface it.eng.spagobi.security.IUserProfileFactory
- Parameters:
request
- The Portlet Request genrated from the userprincipal
- Principal of the current user
- Returns:
- The User Profile Interface implementation object