soapSTS.xml revision 436f7e7486ac9ffbc8e0f41255533b1a77ca1d3a
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2014-2015 ForgeRock AS.
The contents of this file are subject to the terms of the Common Development and
Distribution License (the License). You may not use this file except in compliance with the
License.
You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
specific language governing permission and limitations under the License.
When distributing Covered Code, include this CDDL Header Notice in each file and include
the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions Copyrighted [year] [name of copyright owner]"
-->
<!DOCTYPE ServicesConfiguration PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
"jar://com/sun/identity/sm/sms.dtd">
<ServicesConfiguration>
<Service name="SoapSecurityTokenService" version="1.0">
<Schema
serviceHierarchy="/DSAMEConfig/SoapSecurityTokenService"
i18nFileName="soapSTS" revisionNumber="1"
i18nKey="soap_security_token_service_description">
<!-- propertiesViewBeanURL="/soapsts/SoapSTSEdit"> -->
<Organization>
<AttributeSchema name="issuer-name"
type="single" syntax="string" i18nKey="issuer_name"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="issued-token-types"
type="list"
syntax="string"
i18nKey="issued_token_types">
<DefaultValues>
<Value>SAML2</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="security-policy-validated-token-config"
type="list"
syntax="string"
validator="RequiredValueValidator"
i18nKey="validated_token_config">
<DefaultValues>
<Value>USERNAME|true</Value>
<Value>OPENAM|false</Value>
<Value>X509|true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="deployment-service-name"
type="single_choice" syntax="string" i18nKey="deployment_service_name"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_symmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_symmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_asymmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="ut_transport_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_transport_sts_service</ChoiceValue>
<ChoiceValue i18nKey="am_transport_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_transport_sts_service</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_asymmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_symmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="am_bare_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_bare_sts_service</ChoiceValue>
<ChoiceValue i18nKey="custom_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}custom_service_name</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-service-name"
type="single" syntax="string" i18nKey="deployment_custom_service_name">
</AttributeSchema>
<AttributeSchema name="deployment-service-port"
type="single_choice" syntax="string" i18nKey="deployment_service_port_alias"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_symmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_symmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_asymmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="ut_transport_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_transport_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="am_transport_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_transport_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_asymmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_symmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="am_bare_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_bare_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="custom_service_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}custom_service_port</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-service-port"
type="single" syntax="string" i18nKey="deployment_custom_service_port">
</AttributeSchema>
<AttributeSchema name="deployment-wsdl-location"
type="single_choice" syntax="string" i18nKey="deployment_wsdl_location"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_transport_wsdl">sts_ut_transport.wsdl</ChoiceValue>
<ChoiceValue i18nKey="ut_symmetric_wsdl">sts_ut_symmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_wsdl">sts_ut_asymmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="openam_transport_wsdl">sts_am_transport.wsdl</ChoiceValue>
<ChoiceValue i18nKey="openam_bare_wsdl">sts_am_bare.wsdl</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_wsdl">sts_x509_asymmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_wsdl">sts_x509_symmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="custom_wsdl_file">custom_wsdl_file</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-wsdl-location"
type="single" syntax="string" i18nKey="deployment_custom_wsdl_location">
</AttributeSchema>
<AttributeSchema name="deployment-am-url"
type="single" syntax="string" i18nKey="deployment_am_url"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-realm"
type="single" syntax="string" i18nKey="deployment_realm"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-url-element"
type="single" syntax="string" i18nKey="deployment_url_element"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-auth-target-mappings"
type="list"
syntax="string"
validator="RequiredValueValidator"
i18nKey="deployment_auth_target_mappings">
<DefaultValues>
<Value>USERNAME|service|ldapService</Value>
<Value>OPENIDCONNECT|module|oidc|oidc_id_token_auth_target_header_key=oidc_id_token</Value>
<Value>X509|module|cert_module|x509_token_auth_target_header_key=client_cert</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="deployment-offloaded-two-way-tls-header-key"
type="single" syntax="string" i18nKey="deployment_offloaded_two_way_tls_header_key">
</AttributeSchema>
<AttributeSchema name="deployment-tls-offload-engine-hosts"
type="list" syntax="string" i18nKey="deployment_tls_offload_engine_hosts">
</AttributeSchema>
<AttributeSchema name="delegation-relationship-supported"
type="single" syntax="boolean" i18nKey="delegation_relationship_supported">
</AttributeSchema>
<AttributeSchema name="validated-delegated-token-types"
type="list"
syntax="string"
i18nKey="validated_delegated_token_types">
<DefaultValues>
<Value>USERNAME|true</Value>
<Value>OPENAM|false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="custom-delegation-token-handlers"
type="list"
syntax="string"
i18nKey="custom_delegation_token_handlers">
</AttributeSchema>
<AttributeSchema name="saml2-name-id-format"
type="single" syntax="string" i18nKey="saml2_name_id_format"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-token-lifetime-seconds"
type="single" syntax="number" i18nKey="saml2_token_lifetime_seconds">
<DefaultValues>
<Value>600</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="saml2-custom-conditions-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_conditions_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-subject-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_subject_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authentication-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authentication_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-attribute-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_attribute_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authz-decision-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authz_decision_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-attribute-mapper-class-name"
type="single" syntax="string" i18nKey="saml2_custom_attribute_mapper_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authn-context-mapper-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authn_context_mapper_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-sign-assertion"
type="single" syntax="boolean" i18nKey="saml2_sign_assertion">
</AttributeSchema>
<AttributeSchema name="saml2-sp-entity-id"
type="single" syntax="string" i18nKey="saml2_sp_entity_id"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-sp-acs-url"
type="single" syntax="string" i18nKey="saml2_sp_acs_url">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-attributes"
type="single" syntax="boolean" i18nKey="saml2_encrypt_attributes">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-assertion"
type="single" syntax="boolean" i18nKey="saml2_encrypt_assertion">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-nameid"
type="single" syntax="boolean" i18nKey="saml2_encrypt_nameid">
</AttributeSchema>
<AttributeSchema name="saml2-encryption-algorithm"
type="single_choice" syntax="string" i18nKey="saml2_encryption_algorithm">
<ChoiceValues>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_128">http://www.w3.org/2001/04/xmlenc#aes128-cbc</ChoiceValue>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_192">http://www.w3.org/2001/04/xmlenc#aes192-cbc</ChoiceValue>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_256">http://www.w3.org/2001/04/xmlenc#aes256-cbc</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>http://www.w3.org/2001/04/xmlenc#aes128-cbc</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="saml2-encryption-algorithm-strength"
type="single" syntax="number" i18nKey="saml2_encryption_algorithm_strength">
</AttributeSchema>
<AttributeSchema name="saml2-keystore-filename"
type="single" syntax="string" i18nKey="saml2_keystore_filename">
</AttributeSchema>
<AttributeSchema name="saml2-keystore-password"
type="single" syntax="password" i18nKey="saml2_keystore_password">
</AttributeSchema>
<AttributeSchema name="saml2-encryption-key-alias"
type="single" syntax="string" i18nKey="saml2_encryption_key_alias">
</AttributeSchema>
<AttributeSchema name="saml2-signature-key-alias"
type="single" syntax="string" i18nKey="saml2_signature_key_alias"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-signature-key-password"
type="single" syntax="password" i18nKey="saml2_signature_key_password">
</AttributeSchema>
<AttributeSchema name="saml2-attribute-map"
type="list"
syntax="string"
i18nKey="saml2_attribute_map">
</AttributeSchema>
<AttributeSchema name="soap-keystore-filename"
type="single" syntax="string" i18nKey="soap_keystore_filename">
</AttributeSchema>
<AttributeSchema name="soap-keystore-password"
type="single" syntax="password" i18nKey="soap_keystore_password">
</AttributeSchema>
<AttributeSchema name="soap-encryption-key-alias"
type="single" syntax="string" i18nKey="soap_encryption_key_alias">
</AttributeSchema>
<AttributeSchema name="soap-signature-key-alias"
type="single" syntax="string" i18nKey="soap_signature_key_alias"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="soap-signature-key-password"
type="single" syntax="password" i18nKey="soap_signature_key_password">
</AttributeSchema>
<AttributeSchema name="soap-encryption-key-password"
type="single" syntax="password" i18nKey="soap_encryption_key_password">
</AttributeSchema>
<!--
Necessary to have multiple soap STS instances per realm, like authN modules.
-->
<SubSchema name="serverconfig" inheritance="multiple">
<AttributeSchema name="issuer-name"
type="single" syntax="string" i18nKey="issuer_name"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="issued-token-types"
type="list"
syntax="string"
i18nKey="issued_token_types">
<DefaultValues>
<Value>SAML2</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="security-policy-validated-token-config"
type="list"
syntax="string"
validator="RequiredValueValidator"
i18nKey="validated_token_config">
<DefaultValues>
<Value>USERNAME|true</Value>
<Value>OPENAM|false</Value>
<Value>X509|true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="deployment-service-name"
type="single_choice" syntax="string" i18nKey="deployment_service_name"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_symmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_symmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_asymmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="ut_transport_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_transport_sts_service</ChoiceValue>
<ChoiceValue i18nKey="am_transport_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_transport_sts_service</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_asymmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_symmetric_sts_service</ChoiceValue>
<ChoiceValue i18nKey="am_bare_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_bare_sts_service</ChoiceValue>
<ChoiceValue i18nKey="custom_service_name">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}custom_service_name</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-service-name"
type="single" syntax="string" i18nKey="deployment_custom_service_name">
</AttributeSchema>
<AttributeSchema name="deployment-service-port"
type="single_choice" syntax="string" i18nKey="deployment_service_port_alias"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_symmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_symmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_asymmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="ut_transport_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ut_transport_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="am_transport_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_transport_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_asymmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}x509_symmetric_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="am_bare_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}am_bare_sts_service_port</ChoiceValue>
<ChoiceValue i18nKey="custom_service_port">{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}custom_service_port</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-service-port"
type="single" syntax="string" i18nKey="deployment_custom_service_port">
</AttributeSchema>
<AttributeSchema name="deployment-wsdl-location"
type="single_choice" syntax="string" i18nKey="deployment_wsdl_location"
validator="RequiredValueValidator">
<ChoiceValues>
<ChoiceValue i18nKey="ut_transport_wsdl">sts_ut_transport.wsdl</ChoiceValue>
<ChoiceValue i18nKey="ut_symmetric_wsdl">sts_ut_symmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="ut_asymmetric_wsdl">sts_ut_asymmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="openam_transport_wsdl">sts_am_transport.wsdl</ChoiceValue>
<ChoiceValue i18nKey="openam_bare_wsdl">sts_am_bare.wsdl</ChoiceValue>
<ChoiceValue i18nKey="x509_asymmetric_wsdl">sts_x509_asymmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="x509_symmetric_wsdl">sts_x509_symmetric.wsdl</ChoiceValue>
<ChoiceValue i18nKey="custom_wsdl_file">custom_wsdl_file</ChoiceValue>
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="deployment-custom-wsdl-location"
type="single" syntax="string" i18nKey="deployment_custom_wsdl_location">
</AttributeSchema>
<AttributeSchema name="deployment-am-url"
type="single" syntax="string" i18nKey="deployment_am_url"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-realm"
type="single" syntax="string" i18nKey="deployment_realm"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-url-element"
type="single" syntax="string" i18nKey="deployment_url_element"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="deployment-auth-target-mappings"
type="list"
syntax="string"
validator="RequiredValueValidator"
i18nKey="deployment_auth_target_mappings">
<DefaultValues>
<Value>USERNAME|service|ldapService</Value>
<Value>OPENIDCONNECT|module|oidc|oidc_id_token_auth_target_header_key=oidc_id_token</Value>
<Value>X509|module|cert_module|x509_token_auth_target_header_key=client_cert</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="deployment-offloaded-two-way-tls-header-key"
type="single" syntax="string" i18nKey="deployment_offloaded_two_way_tls_header_key">
</AttributeSchema>
<AttributeSchema name="deployment-tls-offload-engine-hosts"
type="list" syntax="string" i18nKey="deployment_tls_offload_engine_hosts">
</AttributeSchema>
<AttributeSchema name="delegation-relationship-supported"
type="single" syntax="boolean" i18nKey="delegation_relationship_supported">
</AttributeSchema>
<AttributeSchema name="validated-delegated-token-types"
type="list"
syntax="string"
i18nKey="validated_delegated_token_types">
<DefaultValues>
<Value>USERNAME|true</Value>
<Value>OPENAM|false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="custom-delegation-token-handlers"
type="list"
syntax="string"
i18nKey="custom_delegation_token_handlers">
</AttributeSchema>
<AttributeSchema name="saml2-name-id-format"
type="single" syntax="string" i18nKey="saml2_name_id_format"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-token-lifetime-seconds"
type="single" syntax="number" i18nKey="saml2_token_lifetime_seconds">
<DefaultValues>
<Value>600</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="saml2-custom-conditions-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_conditions_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-subject-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_subject_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authentication-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authentication_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-attribute-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_attribute_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authz-decision-statements-provider-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authz_decision_statements_provider_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-attribute-mapper-class-name"
type="single" syntax="string" i18nKey="saml2_custom_attribute_mapper_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-custom-authn-context-mapper-class-name"
type="single" syntax="string" i18nKey="saml2_custom_authn_context_mapper_class_name">
</AttributeSchema>
<AttributeSchema name="saml2-sign-assertion"
type="single" syntax="boolean" i18nKey="saml2_sign_assertion">
</AttributeSchema>
<AttributeSchema name="saml2-sp-entity-id"
type="single" syntax="string" i18nKey="saml2_sp_entity_id"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-sp-acs-url"
type="single" syntax="string" i18nKey="saml2_sp_acs_url">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-attributes"
type="single" syntax="boolean" i18nKey="saml2_encrypt_attributes">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-assertion"
type="single" syntax="boolean" i18nKey="saml2_encrypt_assertion">
</AttributeSchema>
<AttributeSchema name="saml2-encrypt-nameid"
type="single" syntax="boolean" i18nKey="saml2_encrypt_nameid">
</AttributeSchema>
<AttributeSchema name="saml2-encryption-algorithm"
type="single_choice" syntax="string" i18nKey="saml2_encryption_algorithm">
<ChoiceValues>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_128">http://www.w3.org/2001/04/xmlenc#aes128-cbc</ChoiceValue>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_192">http://www.w3.org/2001/04/xmlenc#aes192-cbc</ChoiceValue>
<ChoiceValue i18nKey="saml2_encryption_algorithm_aes_256">http://www.w3.org/2001/04/xmlenc#aes256-cbc</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>http://www.w3.org/2001/04/xmlenc#aes128-cbc</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="saml2-encryption-algorithm-strength"
type="single" syntax="number" i18nKey="saml2_encryption_algorithm_strength">
</AttributeSchema>
<AttributeSchema name="saml2-keystore-filename"
type="single" syntax="string" i18nKey="saml2_keystore_filename">
</AttributeSchema>
<AttributeSchema name="saml2-keystore-password"
type="single" syntax="password" i18nKey="saml2_keystore_password">
</AttributeSchema>
<AttributeSchema name="saml2-encryption-key-alias"
type="single" syntax="string" i18nKey="saml2_encryption_key_alias">
</AttributeSchema>
<AttributeSchema name="saml2-signature-key-alias"
type="single" syntax="string" i18nKey="saml2_signature_key_alias"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="saml2-signature-key-password"
type="single" syntax="password" i18nKey="saml2_signature_key_password">
</AttributeSchema>
<AttributeSchema name="saml2-attribute-map"
type="list"
syntax="string"
i18nKey="saml2_attribute_map">
</AttributeSchema>
<AttributeSchema name="soap-keystore-filename"
type="single" syntax="string" i18nKey="soap_keystore_filename">
</AttributeSchema>
<AttributeSchema name="soap-keystore-password"
type="single" syntax="password" i18nKey="soap_keystore_password">
</AttributeSchema>
<AttributeSchema name="soap-encryption-key-alias"
type="single" syntax="string" i18nKey="soap_encryption_key_alias">
</AttributeSchema>
<AttributeSchema name="soap-signature-key-alias"
type="single" syntax="string" i18nKey="soap_signature_key_alias"
validator="RequiredValueValidator">
</AttributeSchema>
<AttributeSchema name="soap-signature-key-password"
type="single" syntax="password" i18nKey="soap_signature_key_password">
</AttributeSchema>
<AttributeSchema name="soap-encryption-key-password"
type="single" syntax="password" i18nKey="soap_encryption_key_password">
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>