it.eng.spagobi.security
Class SecurityInfoProviderFactory

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

public class SecurityInfoProviderFactory
extends java.lang.Object

Author:
Zerbetto

Constructor Summary
SecurityInfoProviderFactory()
           
 
Method Summary
static ISecurityInfoProvider getPortalSecurityProvider()
          Reads the security provider class from the spagobi.xml file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInfoProviderFactory

public SecurityInfoProviderFactory()
Method Detail

getPortalSecurityProvider

public static ISecurityInfoProvider getPortalSecurityProvider()
                                                       throws java.lang.Exception
Reads the security provider class from the spagobi.xml file

Returns:
the instance of ISecurityInfoProvider
Throws:
java.lang.Exception