it.eng.spagobi.security
Class RoleSynchronizerInitializer
java.lang.Object
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
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 |
RoleSynchronizerInitializer
public RoleSynchronizerInitializer()
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