it.eng.spagobi.utilities
Class ProfileExchanger

java.lang.Object
  extended by it.eng.spagobi.utilities.ProfileExchanger

public class ProfileExchanger
extends java.lang.Object


Method Summary
static ProfileExchanger getInstance()
           
 it.eng.spago.security.IEngUserProfile getProfile(java.lang.String uuid)
           
 void insertProfile(java.lang.String uuid, it.eng.spago.security.IEngUserProfile profile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProfileExchanger getInstance()

insertProfile

public void insertProfile(java.lang.String uuid,
                          it.eng.spago.security.IEngUserProfile profile)

getProfile

public it.eng.spago.security.IEngUserProfile getProfile(java.lang.String uuid)