FederationConfig.properties revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5329N/A#
5329N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5329N/A#
5329N/A# Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
5329N/A#
5329N/A# The contents of this file are subject to the terms
5329N/A# of the Common Development and Distribution License
5329N/A# (the License). You may not use this file except in
5329N/A# compliance with the License.
5329N/A#
5329N/A# You can obtain a copy of the License at
5329N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
5329N/A# opensso/legal/CDDLv1.0.txt
5329N/A# See the License for the specific language governing
5329N/A# permission and limitations under the License.
5329N/A#
5329N/A# When distributing Covered Code, include this CDDL
5329N/A# Header Notice in each file and include the License file
5329N/A# at opensso/legal/CDDLv1.0.txt.
5329N/A# If applicable, add the following below the CDDL Header,
5329N/A# with the fields enclosed by brackets [] replaced by
5329N/A# your own identifying information:
5426N/A# "Portions Copyrighted [year] [name of copyright owner]"
5329N/A#
5713N/A# $Id: FederationConfig.properties,v 1.21 2010/01/08 22:41:28 exu Exp $
5713N/A#
5713N/A
5329N/A
5329N/A# If a component wants to use a different datastore provider than the
5329N/A# default one defined above, it can define a property like follows:
5329N/A# com.sun.identity.plugin.datastore.class.<componentName>=<provider class>
5329N/A
5329N/A# com.sun.identity.plugin.configuration.class specifies implementation for
5329N/A# com.sun.identity.plugin.configuration.ConfigurationInstance interface.
5329N/Acom.sun.identity.plugin.configuration.class=@CONFIGURATION_PROVIDER_CLASS@
5426N/A
5329N/A
5329N/A# Specifies implementation for
5329N/A# com.sun.identity.plugin.datastore.DataStoreProvider interface.
5329N/A# This property defines the default datastore provider.
5329N/Acom.sun.identity.plugin.datastore.class.default=@DATASTORE_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.plugin.log.class specifies implementation for
5329N/A# com.sun.identity.plugin.log.Logger interface.
5329N/Acom.sun.identity.plugin.log.class=@LOG_PROVIDER_CLASS@
5329N/A
5329N/A
5329N/A# com.sun.identity.plugin.session.class specifies implementation for
5329N/A# com.sun.identity.plugin.session.SessionProvider interface.
5329N/Acom.sun.identity.plugin.session.class=@SESSION_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.plugin.monitoring.agent.class specifies implementation for
5713N/A# com.sun.identity.plugin.monitoring.FedMonAgent interface.
5329N/Acom.sun.identity.plugin.monitoring.agent.class=@MONAGENT_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.plugin.monitoring.saml1.class specifies implementation for
5329N/A# com.sun.identity.plugin.monitoring.FedMonSAML1Svc interface.
5329N/Acom.sun.identity.plugin.monitoring.saml1.class=@MONSAML1_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.plugin.monitoring.saml2.class specifies implementation for
5329N/A# com.sun.identity.plugin.monitoring.FedMonSAML2Svc interface.
5329N/Acom.sun.identity.plugin.monitoring.saml2.class=@MONSAML2_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.plugin.monitoring.idff.class specifies implementation for
5329N/A# com.sun.identity.plugin.monitoring.FedMonIDFFSvc interface.
5329N/Acom.sun.identity.plugin.monitoring.idff.class=@MONIDFF_PROVIDER_CLASS@
5329N/A
5329N/A# com.sun.identity.saml.xmlsig.keyprovider.class specified the implementation
5329N/A# class for com.sun.identity.saml.xmlsig.KeyProvider interface
5329N/Acom.sun.identity.saml.xmlsig.keyprovider.class=@XMLSIG_KEY_PROVIDER@
5329N/A
5329N/A# com.sun.identity.saml.xmlsig.signatureprovider.class specified the
5329N/A# implementation class for com.sun.identity.saml.xmlsig.SignatureProvider
5329N/A# interface
5329N/Acom.sun.identity.saml.xmlsig.signatureprovider.class=@XML_SIGNATURE_PROVIDER@
5329N/A
5329N/Acom.sun.identity.common.serverMode=true
5329N/A
5329N/Acom.iplanet.am.server.protocol=@SERVER_PROTO@
5329N/Acom.iplanet.am.server.host=@SERVER_HOST@
5779N/Acom.iplanet.am.server.port=@SERVER_PORT@
5329N/Acom.iplanet.am.services.deploymentDescriptor=/@SERVER_URI@
5779N/Acom.iplanet.am.logstatus=ACTIVE
5779N/A
5779N/A
5779N/A# Name of the webcontainer.
5779N/A# Even though the servlet/JSP are web container independent,
5779N/A# Access/Federation Manager uses servlet 2.3 API request.setCharacterEncoding()
5329N/A# to decode incoming non English characters. These APIs will not work if
5329N/A# Access/Federation Manager is deployed on Sun Java System Web Server 6.1.
5779N/A# We use gx_charset mechanism to correctly decode incoming data in
5779N/A# Sun Java System Web Server 6.1 and S1AS7.0. Possible values
5779N/A# are BEA6.1, BEA 8.1, IBM5.1 or IAS7.0.
5329N/A# If the web container is Sun Java System Webserver, the tag is not replaced.
5779N/Acom.sun.identity.webcontainer=WEB_CONTAINER
5779N/A
5779N/A
5779N/A# Identify saml xml signature keystore file, keystore password file
5779N/A# key password file
5779N/Acom.sun.identity.saml.xmlsig.keystore=%BASE_DIR%/keystore.jks
5779N/Acom.sun.identity.saml.xmlsig.storepass=%BASE_DIR%/.storepass
5779N/Acom.sun.identity.saml.xmlsig.keypass=%BASE_DIR%/.keypass
5779N/Acom.sun.identity.saml.xmlsig.certalias=test
5779N/A
5779N/A
5779N/A# Type of KeyStore used for saml xml signature. Default is JKS.
5329N/A#
5329N/A# com.sun.identity.saml.xmlsig.storetype=JKS
5329N/A
5329N/A# Specifies the implementation class for
5426N/A# com.sun.identity.saml.xmlsig.PasswordDecoder interface.
5426N/Acom.sun.identity.saml.xmlsig.passwordDecoder=@PASSWORD_DECODER_CLASS@
5426N/A
5426N/A# The following key is used to specify the maximum content-length
5426N/A# for an HttpRequest that will be accepted by the OpenSSO
5329N/A# The default value is 16384 which is 16k
5329N/Acom.iplanet.services.comm.server.pllrequest.maxContentLength=16384
5329N/A
5426N/A# The following keys are used to configure the Debug service.
5426N/A# Possible values for the key 'level' are: off | error | warning | message.
5329N/A# The key 'directory' specifies the output directory where the debug files
5329N/A# will be created.
5329N/A# Trailing spaces are significant.
5329N/A# Windows: Use forward slashes "/" separate directories, not backslash "\".
5329N/A# Windows: Spaces in the file name are allowed for Windows.
5329N/A#
5329N/Acom.iplanet.services.debug.level=message
5329N/Acom.iplanet.services.debug.directory=%BASE_DIR%%SERVER_URI%/debug
5329N/A
5713N/A# The following keys are used to configure the Stats service.
5329N/A# Possible values for the key 'level' are: off | file | console
5329N/A# Stats state 'file' will write to a file under the specified directory,
5329N/A# and 'console' will write into webserver log files
5329N/A# The key 'directory' specifies the output directory where the debug files
5329N/A# will be created.
5329N/A# Trailing spaces are significant.
5329N/A# Windows: Use forward slashes "/" separate directories, not backslash "\".
5329N/A# Windows: Spaces in the file name are allowed for Windows.
5329N/A# Stats interval should be atleast 5 secs to avoid CPU saturation,
5713N/A# the product would assume any thing less than 5 secs is 5 secs.
5713N/Acom.iplanet.am.stats.interval=60
5713N/Acom.iplanet.services.stats.state=file
5713N/Acom.iplanet.services.stats.directory=%BASE_DIR%%SERVER_URI%/stats
5329N/A
5329N/A
5329N/A# The key that will be used to encrypt and decrypt passwords.
5329N/Aam.encryption.pwd=@AM_ENC_PWD@
5329N/A
5329N/A# SecureRandom Properties: The key
5329N/A# "com.iplanet.security.SecureRandomFactoryImpl"
5329N/A# specifies the factory class name for SecureRandomFactory
5329N/A# Available impl classes are:
5329N/A# com.iplanet.am.util.JSSSecureRandomFactoryImpl (uses JSS)
5329N/A# com.iplanet.am.util.SecureRandomFactoryImpl (pure Java)
5329N/Acom.iplanet.security.SecureRandomFactoryImpl=com.iplanet.am.util.SecureRandomFactoryImpl
5329N/A
5329N/A
5329N/A# SocketFactory properties: The key "com.iplanet.security.SSLSocketFactoryImpl"
5329N/A# specifies the factory class name for LDAPSocketFactory
5329N/A# Available classes are:
5329N/A# com.iplanet.services.ldap.JSSSocketFactory (uses JSS)
5329N/A# com.sun.identity.shared.ldap.factory.JSSESocketFactory (pure Java)
5329N/Acom.iplanet.security.SSLSocketFactoryImpl=com.sun.identity.shared.ldap.factory.JSSESocketFactory
5329N/A
5329N/A# Encryption: The key "com.iplanet.security.encryptor" specifies
5329N/A# the encrypting class implementation.
5329N/A# Available classes are:
5329N/A# com.iplanet.services.util.JCEEncryption
5426N/A# com.iplanet.services.util.JSSEncryption
5426N/Acom.iplanet.security.encryptor=com.iplanet.services.util.JCEEncryption
5426N/A
5426N/A# Determines if JSS will be added with highest priority to JCE
5426N/A# Set this to "true" if other JCE providers should be used for
5426N/A# digial signatures and encryptions.
5426N/Acom.sun.identity.jss.donotInstallAtHighestPriority=true
5426N/A
5329N/A
5329N/A# Configuration File (serverconfig.xml) Location
5329N/Acom.iplanet.services.configpath=@BASE_DIR@
5329N/A
5329N/A
5329N/A