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