it.eng.spagobi.security
Class RoleSynchronizerInitializer

java.lang.Object
  extended by it.eng.spagobi.security.RoleSynchronizerInitializer
All Implemented Interfaces:
it.eng.spago.init.InitializerIFace

public class RoleSynchronizerInitializer
extends java.lang.Object
implements it.eng.spago.init.InitializerIFace

Contains methods to Syncronize the portal list of roles and a Domain utility.

Author:
Zoppello

Constructor Summary
RoleSynchronizerInitializer()
           
 
Method Summary
 it.eng.spago.base.SourceBean getConfig()
          gets the "_config" String
 void init(it.eng.spago.base.SourceBean config)
          Synchronizes all roles list; if a role yet exist into SpagoBI table list, a tracing message is added and the lst iteration goes on; if there is a new role, it is inserted into role database and another tracing message is added.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSynchronizerInitializer

public RoleSynchronizerInitializer()
Method Detail

init

public void init(it.eng.spago.base.SourceBean config)
Synchronizes all roles list; if a role yet exist into SpagoBI table list, a tracing message is added and the lst iteration goes on; if there is a new role, it is inserted into role database and another tracing message is added.

Specified by:
init in interface it.eng.spago.init.InitializerIFace
Parameters:
config - The configuration Source Bean

getConfig

public it.eng.spago.base.SourceBean getConfig()
gets the "_config" String

Specified by:
getConfig in interface it.eng.spago.init.InitializerIFace