it.eng.spagobi.security
Class XmlUserProfileFactoryImpl

java.lang.Object
  extended by it.eng.spagobi.security.XmlUserProfileFactoryImpl
All Implemented Interfaces:
it.eng.spagobi.security.IUserProfileFactory

public class XmlUserProfileFactoryImpl
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


Nested Class Summary
 class XmlUserProfileFactoryImpl.SpagoBIUserProfile
           
 
Constructor Summary
XmlUserProfileFactoryImpl()
           
 
Method Summary
 it.eng.spago.security.IEngUserProfile createUserProfile(java.security.Principal principal)
          Return an IEngUserProfile implementation starting from the Principal of the user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUserProfileFactoryImpl

public XmlUserProfileFactoryImpl()
Method Detail

createUserProfile

public it.eng.spago.security.IEngUserProfile createUserProfile(java.security.Principal principal)
Return an IEngUserProfile implementation starting from the Principal of the user.

Specified by:
createUserProfile in interface it.eng.spagobi.security.IUserProfileFactory
Parameters:
principal - Principal of the current user
Returns:
The User Profile Interface implementation object