# @copyright properties

# ---------------------------------- #
# Properties of the PortletServiceRegistry Service #
# ---------------------------------- #



org.apache.jetspeed.portlet.service.default.factory = com.ibm.wps.pe.pc.legacy.service.PortletServiceDefaultFactory

# content access service

jndi:com.ibm.portal.portlet.service.contentaccess.ContentAccessService         = com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl
org.apache.jetspeed.portlet.service.ContentAccessService                       = com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl
#
# domains or hosts that do not need a proxy, separated by semicolons
com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.no.proxy.for         = localhost;127.0.0.1
#
# protocol handlers, additional protocol handlers can be added with a '|' separator
com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.protocol.handlers    = com.ibm.net.ssl.internal.www.protocol
#
# the name of the http proxy host
#com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.proxy.http.host=
#
# the name of the http proxy port
#com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.proxy.http.port = 80
#
# the name of the tunneling https proxy host
#com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.proxy.https.host=
#
# the name of the tunneling https proxy port
#com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.proxy.https.port = 443
#
# the slot in the credential vault where user and password information for accessing the proxy is stored
# if this setting is set, the useid and password will be sent to the proxy for authentication. if the
# configured proxy server does not require authentication, this setting should be left blank
# the credential must be have the type UserPasswordPassive
#com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl.proxy.auth.credentialslot=predefined.credential.ContentAccessProxy

# content access service interface for portal internal use
com.ibm.wps.services.contentaccess.ContentAccessService = com.ibm.wps.pe.pc.legacy.service.ContentAccessServiceImpl


# SiteAnalyzer
com.ibm.wps.portletservice.siteanalyzer.SiteAnalyzerLogPortletService = com.ibm.wps.portletservice.siteanalyzer.SiteAnalyzerLogPortletServiceImpl
com.ibm.wps.portletservice.siteanalyzer.SiteAnalyzerLogPortletServiceImpl.factory = com.ibm.wps.pe.pc.legacy.service.PortletServiceCacheFactory

# Credential Vault
jndi:com.ibm.portal.portlet.service.credentialvault.CredentialVaultService = com.ibm.wps.sso.credentialvault.CredentialVaultJSRServiceProvider
com.ibm.wps.portletservice.credentialvault.CredentialVaultService = com.ibm.wps.sso.credentialvault.CredentialVaultServiceProvider
com.ibm.wps.sso.credentialvault.CredentialVaultServiceProvider.factory = com.ibm.wps.pe.pc.legacy.service.PortletServiceCacheFactory

#
# This line specifies the Portal Content Organizer Service
com.ibm.wps.pco.service.PCOContentService = com.ibm.wps.pco.service.PCOContentServiceImpl
com.ibm.wps.pco.service.PCOContentServiceImpl.factory = com.ibm.wps.pe.pc.legacy.service.PortletServiceCacheFactory
com.ibm.wps.pco.service.PCOContentServiceImpl.Index.Location = c:\\juru\\index

#
# The following lines specify the Portlet Menu Tree Services
com.ibm.wps.portletservice.portletmenu.XMIMenuService = com.ibm.wps.portletservice.portletmenu.impl.XMIMenuServiceImpl
com.ibm.wps.portletservice.portletmenu.MemoryMenuService = com.ibm.wps.portletservice.portletmenu.impl.MemoryMenuServiceImpl
com.ibm.wps.portletservice.portletmenu.LogMenuService = com.ibm.wps.portletservice.portletmenu.impl.LogMenuServiceImpl

#
# Configurations for the CachedStatePortletService
jndi:com.ibm.portal.portlet.service.cachedstate.CachedStatePortletService = com.ibm.wps.portletservice.cachedstate.CachedStatePortletServiceImpl
com.ibm.wps.portletservice.cachedstate.CachedStatePortletService = com.ibm.wps.portletservice.cachedstate.CachedStatePortletServiceImpl

#
# PDM Portlet Service
com.ibm.wps.pdm.PDMPortletService = com.ibm.wps.pdm.PDMPortletServiceImpl

# Property Broker Service
com.ibm.wps.pb.service.PropertyBrokerService = com.ibm.wps.pb.service.PropertyBrokerServiceImpl
com.ibm.wps.pb.service.PropertyBrokerServiceInternal = com.ibm.wps.pb.service.PropertyBrokerServiceImpl
com.ibm.wps.pb.service.PropertyBrokerServiceExtended = com.ibm.wps.pb.service.PropertyBrokerServiceImpl
com.ibm.wps.pb.service.PropertyBrokerContextPassingService = com.ibm.wps.pb.service.PropertyBrokerServiceImpl
com.ibm.wps.pb.service.PropertyBrokerServiceImpl.factory = com.ibm.wps.pe.pc.legacy.service.PortletServiceCacheFactory
# standard service for property broker
jndi:com.ibm.portal.propertybroker.service.PropertyBrokerService = com.ibm.wps.propertybroker.standard.service.PropertyBrokerServiceWrapper
jndi:com.ibm.portal.propertybroker.service.PropertyBrokerServiceExtended = com.ibm.wps.propertybroker.standard.service.PropertyBrokerServiceWrapper
jndi:com.ibm.wps.propertybroker.standard.service.InternalPropertyBrokerService = com.ibm.wps.propertybroker.standard.service.PropertyBrokerServiceWrapper
jndi:com.ibm.wps.propertybroker.standard.service.PropertyBrokerContextPassingService = com.ibm.wps.propertybroker.standard.service.PropertyBrokerServiceWrapper

# Document Convertor Portlet Service 
com.ibm.wps.odc.convert.DocumentConvertorPortletService = com.ibm.wps.odc.convert.DocumentConvertorPortletServiceImpl

# Light Weight Editors Config Info Service Configuration File
#
# This configuration file is used to specify the context roots that the
# light weight editors are deployed in and launcher jsps for each editor.

# Comma delimited list of light weight editor types
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigService = com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.editorTypes = richText,presentation,spreadSheet

# Context for each editor type.
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.richText.context=/wps/richText
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.presentation.context=/wps/presentation
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.spreadSheet.context=/wps/spreadSheet

# Path of launcher jsps for each type.
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.launcherJspContext=/wps
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.richText.launcherJspPath = /WEB-INF/lweditorlaunchers/richTextLauncher.jsp
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.presentation.launcherJspPath = /WEB-INF/lweditorlaunchers/presentationLauncher.jsp
com.ibm.wps.odc.editors.portletintegration.LWEditorConfigServiceImpl.spreadSheet.launcherJspPath = /WEB-INF/lweditorlaunchers/spreadSheetLauncher.jsp

# page launcher service for task pages
jndi:com.ibm.wps.portlet.service.pagelaunching.PageLauncherService = com.ibm.wps.tpl.pagelauncher.PageLauncherServiceImpl
com.ibm.wps.portletservice.pagelaunching.PageLauncherService = com.ibm.wps.tpl.pagelauncher.PageLauncherServiceImpl

jndi:com.ibm.portal.state.service.PortletStateManagerService = com.ibm.wps.services.state.WPPortletStateManagerService
com.ibm.wps.portletservice.state.PortletStateManagerService = com.ibm.wps.services.state.WPLegacyPortletStateManagerService

# portlet invocation service for property broker
jndi:com.ibm.wps.pe.pc.std.portletinvocation.PortletInvocationService = com.ibm.wps.pe.pc.std.portletinvocation.impl.PortletInvocationServiceImpl

# Configuration for the AuthenticationPortletService
jndi:com.ibm.wps.portletservice.authentication.AuthenticationPortletService = com.ibm.wps.portletservice.authentication.impl.AuthenticationPortletServiceProvider

# TaskManagerDelegateFactoryService
com.ibm.wps.portletservice.taskmanager.TaskManagerDelegateFactoryService = com.ibm.wps.taskmanager.TaskManagerDelegateFactoryServiceImpl
jndi:com.ibm.portal.portlet.service.taskmanager.TaskManagerDelegateFactoryService = com.ibm.wps.taskmanager.TaskManagerDelegateFactoryServiceImpl

# TaskUIManagerService
com.ibm.wps.portletservice.taskui.TaskUIManager = com.ibm.wps.taskui.TaskUIManagerImpl
jndi:com.ibm.portal.portlet.service.taskui.TaskUIManager = com.ibm.wps.taskui.TaskUIManagerImpl

jndi:com.ibm.wps.portletservice.languageinfo.LanguageInformationService = com.ibm.wps.portletservice.languageinfo.LanguageInformationServiceImpl