it.eng.spagobi.security
Class PortalSecurityProviderFactory
java.lang.Object
it.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
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aPortalSecurityProvider
private static it.eng.spagobi.security.IPortalSecurityProvider aPortalSecurityProvider
DEFAULT_SECURITY_PROVIDER_CLASS
private static final java.lang.String DEFAULT_SECURITY_PROVIDER_CLASS
- See Also:
- Constant Field Values
PortalSecurityProviderFactory
public PortalSecurityProviderFactory()
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