Class PicketLinkIDMServiceImpl
java.lang.Object
org.exoplatform.services.organization.idm.PicketLinkIDMServiceImpl
- All Implemented Interfaces:
PicketLinkIDMService,org.picocontainer.Startable
public class PicketLinkIDMServiceImpl
extends Object
implements PicketLinkIDMService, org.picocontainer.Startable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPicketLinkIDMServiceImpl(IdmHibernateService hibernateService, org.exoplatform.container.configuration.ConfigurationManager confManager, org.exoplatform.container.xml.InitParams initParams) -
Method Summary
Modifier and TypeMethodDescriptionorg.picketlink.idm.spi.configuration.metadata.IdentityConfigurationMetaDataorg.picketlink.idm.api.cfg.IdentityConfigurationorg.picketlink.idm.api.IdentitySessionorg.picketlink.idm.api.IdentitySessiongetIdentitySession(String realm) org.picketlink.idm.api.IdentitySessionFactoryvoidsetConfigMD(org.picketlink.idm.spi.configuration.metadata.IdentityConfigurationMetaData configMD) voidstart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.picocontainer.Startable
stop
-
Field Details
-
PARAM_CONFIG_OPTION
- See Also:
-
PARAM_JNDI_NAME_OPTION
- See Also:
-
PARAM_USE_SECURE_RANDOM_SERVICE
- See Also:
-
DEFAULT_STALE_CACHE_NODES_LINKS_CLEANER_DELAY
public static final int DEFAULT_STALE_CACHE_NODES_LINKS_CLEANER_DELAY- See Also:
-
REALM_NAME_OPTION
- See Also:
-
CACHE_CONFIG_API_OPTION
- See Also:
-
CACHE_CONFIG_STORE_OPTION
- See Also:
-
-
Constructor Details
-
PicketLinkIDMServiceImpl
public PicketLinkIDMServiceImpl(IdmHibernateService hibernateService, org.exoplatform.container.configuration.ConfigurationManager confManager, org.exoplatform.container.xml.InitParams initParams) throws Exception - Throws:
Exception
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
getIdentitySessionFactory
public org.picketlink.idm.api.IdentitySessionFactory getIdentitySessionFactory()- Specified by:
getIdentitySessionFactoryin interfacePicketLinkIDMService
-
getIdentitySession
- Specified by:
getIdentitySessionin interfacePicketLinkIDMService- Throws:
Exception
-
getIdentitySession
- Specified by:
getIdentitySessionin interfacePicketLinkIDMService- Throws:
Exception
-
getIdentityConfiguration
public org.picketlink.idm.api.cfg.IdentityConfiguration getIdentityConfiguration()- Specified by:
getIdentityConfigurationin interfacePicketLinkIDMService
-
getExtendedAttributeManager
- Specified by:
getExtendedAttributeManagerin interfacePicketLinkIDMService- Throws:
Exception
-
getConfigMD
public org.picketlink.idm.spi.configuration.metadata.IdentityConfigurationMetaData getConfigMD()- Specified by:
getConfigMDin interfacePicketLinkIDMService
-
getRealmName
-
getHibernateService
-
setConfigMD
public void setConfigMD(org.picketlink.idm.spi.configuration.metadata.IdentityConfigurationMetaData configMD)
-