81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan############### Configuration state necessary for the soap sts
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan### Note to Developers:
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# Note that the values corresponding to the keys below will be over-written by the Soap STS Deployment Common Task.
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# Note that the current values, as they currently exist in the source directory, should not be removed however,
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# especially the am_deployment_url, as they are taken advantage of by the unit-test context to create an
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# object graph corresponding to a live soap-sts deployment in the unit-test context. This is necessary in unit-tests
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# which text higher-order functionality, like the SoapSTSInstancePublisherImplTest.
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan### End Note to Developers
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# the url of the openam instance whose publish service will be referenced to obtain the configuration state
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# corresponding to published soap-sts instances.
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hoganam_deployment_url=http://host.com:8080/am
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# performing a GET on the sts-publish service will require a cookie set to the name of the session cookie name on the
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# openam home server.
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hoganam_session_cookie_name=iPlanetDirectoryPro
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# credentials corresponding to soap-sts agent.
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogansoap_sts_agent_username=foo
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# don't change this value - necessary to in the SoapSTSAgentCredentialsAccessImpl when called from the SoapSTSInstancePublisherImplTest
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# as part of the bindings in the SoapSTSInstanceModule - the JCEEncryption class is very finicky...
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogansoap_sts_agent_password=AQICbHUA/aJ16ZScTCB7ruwMTTq6Pb29uSbu
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hogan# the realm of the soap-sts agent
81ec9608aca5c5fb618d1c92ff435c2ad36f4770Dirk Hoganam_realm=/
3deb9260b3feeed415cebe3c379eb4e7ed17de62sachiko
3deb9260b3feeed415cebe3c379eb4e7ed17de62sachiko# number of times and interval sts agent will try to re-authenticate
3deb9260b3feeed415cebe3c379eb4e7ed17de62sachikosoap_sts_agent_retry_number=3
3deb9260b3feeed415cebe3c379eb4e7ed17de62sachikosoap_sts_agent_retry_initial_interval=500
3deb9260b3feeed415cebe3c379eb4e7ed17de62sachikosoap_sts_agent_retry_multiplier=1.5