it.eng.spagobi.security
Class PortalSecurityProviderFactory

java.lang.Object
  extended byit.eng.spagobi.security.PortalSecurityProviderFactory

public class PortalSecurityProviderFactory
extends java.lang.Object

Defines portal security provider information and has a methot to get them.

Author:
sulis

Constructor Summary
PortalSecurityProviderFactory()
           
 
Method Summary
static it.eng.spagobi.security.IPortalSecurityProvider getPortalSecurityProvider()
          Reads the security provider class from the spagobi.xml file; if no class is found, the default provider class is selected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalSecurityProviderFactory

public PortalSecurityProviderFactory()
Method Detail

getPortalSecurityProvider

public static it.eng.spagobi.security.IPortalSecurityProvider getPortalSecurityProvider()
Reads the security provider class from the spagobi.xml file; if no class is found, the default provider class is selected.

Returns:
the singleton instance of IPortalSecurityProvider