AMConfig.properties.template revision 2fe1e6ab330f5f88e97684012ff29cde7e61c9c4
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# The contents of this file are subject to the terms
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# of the Common Development and Distribution License
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# (the License). You may not use this file except in
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# compliance with the License.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# You can obtain a copy of the License at
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# https://opensso.dev.java.net/public/CDDLv1.0.html or
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# See the License for the specific language governing
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# permission and limitations under the License.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# When distributing Covered Code, include this CDDL
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# Header Notice in each file and include the License file
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# If applicable, add the following below the CDDL Header,
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# with the fields enclosed by brackets [] replaced by
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# your own identifying information:
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# "Portions Copyrighted [year] [name of copyright owner]"
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# $Id: AMClient.properties,v 1.24 2009/08/12 17:43:03 beomsuk Exp $
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski# Portions Copyrighted 2010-2015 ForgeRock AS.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski/* The following keys are used to configure the Debug service.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Possible values for the key 'level' are: off | error | warning | message.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * The key 'directory' specifies the output directory where the debug files
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * will be created.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Trailing spaces are significant.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Windows: Use forward slashes "/" separate directories, not backslash "\".
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Windows: Spaces in the file name are allowed for Windows.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.services.debug.level=@DEBUG_LEVEL@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.services.debug.directory=@DEBUG_DIR@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Server mode should be 'false'
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Cache enable / disable properties
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Refresh time for appssotoken, value in minutes
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.am.client.appssotoken.refreshtime=3
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Logging status
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * SDK package name
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.am.sdk.package=com.iplanet.am.sdk.remote
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Configure remote plugin classes for configuration (SMS)
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.sun.identity.sm.sms_object_class_name=com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Notification URL
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.sun.identity.client.notification.url=@NOTIFICATION_URL@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Security Credentails to read the configuration data
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.sun.identity.agents.app.username=@APPLICATION_USER@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.am.service.password=@APPLICATION_PASSWD@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowskicom.iplanet.am.service.secret=@ENCODED_APPLICATION_PASSWORD@
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * Encryption key that will be used to encrypt and decypt
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * data to communicate with the server.
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * This key is needed to decrypt passwords stored
cbc7f7ea90538f481b528959e9b6cf837b0dd785Till Mossakowski * in the SMS configuration.
com.sun.identity.client.encryptionKey=@ENCRYPTION_KEY_LOCAL@
* Encryption: The key "com.iplanet.security.encryptor" specifies
* Property to enable/disable the notifications for service management caches.
* Cache update time (in minutes) for am.sdk & IdRepo Caches
* is not provided or if 'com.sun.identity.idm.remote.notification.enabled'
* is not provided or if 'com.sun.identity.sm.notification.enabled' is
* TTL. If the property 'com.sun.identity.sm.cache.ttl.enable' is set to
* property "com.sun.identity.sm.cache.ttl" (in minutes).
* If the property 'com.sun.identity.idm.cache.entry.expire.enabled' is set to
* properties below. The properties 'com.sun.identity.idm.cache.user.expire.time'
* & 'com.sun.identity.idm.cache.default.expire.time' specify time in minutes
* elapses (after the last modification/read from the directory), the data
* If the property 'com.iplanet.am.sdk.cache.entry.expire.enabled' is set to
* properties below. The properties 'com.iplanet.am.sdk.cache.user.expire.time'
* & 'com.iplanet.am.sdk.cache.default.expire.time' specify time in minutes for
* (after the last modification/read from the directory), the data for the
com.iplanet.am.server.protocol=@SERVER_PROTOCOL@
com.iplanet.am.server.host=@SERVER_HOST@
com.iplanet.am.server.port=@SERVER_PORT@
com.iplanet.am.services.deploymentDescriptor=@DEPLOY_URI@
com.iplanet.am.console.protocol=@CONSOLE_PROTOCOL@
com.iplanet.am.console.host=@CONSOLE_HOST@
com.iplanet.am.console.port=@CONSOLE_PORT@
com.iplanet.am.console.deploymentDescriptor=@CONSOLE_DEPLOY_URI@
com.iplanet.am.console.remote=@CONSOLE_REMOTE@
com.iplanet.am.cookie.name=@AM_COOKIE_NAME@
com.iplanet.am.admin.cli.certdb.dir=@CONTAINER_CERTDB_DIR@
com.iplanet.am.admin.cli.certdb.prefix=@CONTAINER_CERTDB_PREFIX@
com.iplanet.am.admin.cli.certdb.passfile=@BASEDIR@/@PRODUCT_DIR@/config/.wtpass
* If com.iplanet.services.comm is configured as protocol handler
* com.iplanet.am.admin.cli.certdb.prefix will have to be created under
* the directory of com.iplanet.am.admin.cli.certdb.dir before server is
/* Policy decision log parameters. Possible values for logging.level
com.sun.identity.agents.server.log.file.name=amRemotePolicyLog
com.sun.identity.agents.notification.url=@NOTIFICATION_URL@
serviceType=iPlanetAMWebAgentService|class=com.sun.identity.policy.plugins.HttpURLResourceName|wildcard=*|delimiter=/|caseSensitive=false|oneLevelWildCard=-*-
* com.iplanet.services.comm (uses JSS)
* com.sun.identity.protocol (pure Java)
com.sun.identity.plugin.configuration.class=@CONFIGURATION_PROVIDER_CLASS@
# com.sun.identity.plugin.datastore.DataStoreProvider interface.
com.sun.identity.plugin.datastore.class.default=@DATASTORE_PROVIDER_CLASS@
# com.sun.identity.plugin.session.SessionProvider interface.
com.sun.identity.plugin.session.class=@SESSION_PROVIDER_CLASS@
com.sun.identity.saml.xmlsig.signatureprovider.class=com.sun.identity.saml.xmlsig.AMSignatureProvider
com.sun.identity.saml.xmlsig.storepass=@BASE_DIR@/.storepass
com.sun.identity.saml.xmlsig.keypass=@BASE_DIR@/.keypass
# by the "com.sun.identity.saml.xmlsig.keystore" property).
# http://www.w3.org/2001/10/xml-exc-c14n# (default)
# http://www.w3.org/2001/10/xml-exc-c14n#WithComments
# http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
# http://www.w3.org/2000/09/xmldsig#rsa-sha1 (default)
# http://www.w3.org/2000/09/xmldsig#hmac-sha1
# http://www.w3.org/2000/09/xmldsig#dsa-sha1
# http://www.w3.org/2001/04/xmldsig-more#rsa-md5
# http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160
# http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
# http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
# http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
# http://www.w3.org/2001/04/xmldsig-more#hmac-md5
# http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160
# http://www.w3.org/2001/04/xmldsig-more#hmac-sha256
# http://www.w3.org/2001/04/xmldsig-more#hmac-sha384
# http://www.w3.org/2001/04/xmldsig-more#hmac-sha512
# http://www.w3.org/2001/10/xml-exc-c14n# (default)
# http://www.w3.org/2001/10/xml-exc-c14n#WithComments
# http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
# http://www.w3.org/2000/09/xmldsig#base64
# http://www.w3.org/2000/09/xmldsig#enveloped-signature
# http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter
com.sun.identity.liberty.ws.jaxb.namespacePrefixMappingList=S=http://schemas.xmlsoap.org/soap/envelope/|sb=urn:liberty:sb:2003-08|pp=urn:liberty:id-sis-pp:2003-08|ispp=http://www.sun.com/identity/liberty/pp|is=urn:liberty:is:2003-08
# com.sun.identity.liberty.ws.wsc.certalias specifies default certificate
# com.sun.identity.liberty.ws.ta.certalias specifies certificate
# com.sun.identity.liberty.ws.trustedca.certaliases specifies certificate
com.sun.identity.liberty.ws.trustedca.certaliases=test:SunSTS|test:@SERVER_HOST@
com.sun.identity.liberty.ws.security.TokenProviderImpl=com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
com.sun.identity.liberty.interaction.wspRedirectHandler=@SERVER_PROTOCOL@://@SERVER_HOST@:@SERVER_PORT@/@DEPLOY_URI@/WSPRedirectHandler
com.sun.identity.liberty.interaction.wscSpecifiedInteractionChoice=interactIfNeeded
com.sun.identity.liberty.authnsvc.url=@SERVER_PROTOCOL@://@SERVER_HOST@:@SERVER_PORT@/@DEPLOY_URI@/Liberty/authnsvc
com.sun.identity.jsr196.authenticated.user=AUTHENTICATED_USERS