it.eng.spagobi.security
Class RoleSynchronizer

java.lang.Object
  extended by it.eng.spagobi.security.RoleSynchronizer

public class RoleSynchronizer
extends java.lang.Object

Contains methods to Syncronize the portal list of roles


Constructor Summary
RoleSynchronizer()
           
 
Method Summary
 void synchronize()
          Syncronize the portal roles with SpagoBI roles importing roles missing in SpagoBI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSynchronizer

public RoleSynchronizer()
Method Detail

synchronize

public void synchronize()
Syncronize the portal roles with SpagoBI roles importing roles missing in SpagoBI. if a role yet exist into SpagoBI table list, a tracing message is added and the list iteration goes on; if there is a new role, it is inserted into role database and another tracing message is added.