it.eng.spagobi.security
Interface IUserProfileFactory


public interface IUserProfileFactory

The interface for the User Profile Factory, in order to manage user information.


Method Summary
 it.eng.spago.security.IEngUserProfile createUserProfile(javax.portlet.PortletRequest request, java.security.Principal principal)
          Abstract class to create a user profile.
 

Method Detail

createUserProfile

it.eng.spago.security.IEngUserProfile createUserProfile(javax.portlet.PortletRequest request,
                                                        java.security.Principal principal)
Abstract class to create a user profile.

Parameters:
request - The Portlet Request genrated from the user
principal - The java principal security input object
Returns:
The User Profile Interface implementation object