core.content.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syncope-standalone Show documentation
Show all versions of syncope-standalone Show documentation
Apache Syncope Standalone Distribution
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <dataset> <SyncopeConf confKey="password.cipher.algorithm" confValue="SHA1"/> <SyncopeConf confKey="smtp.host" confValue="not-existing"/> <SyncopeConf confKey="smtp.port" confValue="25"/> <!-- notificationjob.cronExpression: + not existing: NotificationJob runs according to Notification.DEFAULT_CRON_EXP + provided as empty string: NotificationJob disabled + provided as non-empty string: NotificationJob runs according to the given value --> <SyncopeConf confKey="notificationjob.cronExpression" confValue=""/> <SyncopeConf confKey="token.length" confValue="256"/> <SyncopeConf confKey="token.expireTime" confValue="60"/> <SyncopeConf confKey="createRequest.allowed" confValue="true"/> <SyncopeConf confKey="notification.maxRetries" confValue="3"/> <!-- when needing to provide more values, use '|' as separator and no spaces --> <SyncopeConf confKey="authentication.statuses" confValue="created|active"/> <!-- Save user login date upon successful authentication --> <SyncopeConf confKey="log.lastlogindate" confValue="true"/> <!-- sample policies --> <Policy DTYPE="SyncPolicy" id="1" description="sync policy 1" type="GLOBAL_SYNC" specification="%3Corg.apache.syncope.common.types.SyncPolicySpec%2F%3E"/> <Policy DTYPE="PasswordPolicy" id="2" description="global password policy" type="GLOBAL_PASSWORD" specification="%3Corg.apache.syncope.common.types.PasswordPolicySpec%3E%0A++%3ChistoryLength%3E1%3C%2FhistoryLength%3E%0A++%3CmaxLength%3E0%3C%2FmaxLength%3E%0A++%3CminLength%3E8%3C%2FminLength%3E%0A++%3CnonAlphanumericRequired%3Efalse%3C%2FnonAlphanumericRequired%3E%0A++%3CalphanumericRequired%3Efalse%3C%2FalphanumericRequired%3E%0A++%3CdigitRequired%3Efalse%3C%2FdigitRequired%3E%0A++%3ClowercaseRequired%3Efalse%3C%2FlowercaseRequired%3E%0A++%3CuppercaseRequired%3Efalse%3C%2FuppercaseRequired%3E%0A++%3CmustStartWithDigit%3Efalse%3C%2FmustStartWithDigit%3E%0A++%3CmustntStartWithDigit%3Efalse%3C%2FmustntStartWithDigit%3E%0A++%3CmustEndWithDigit%3Efalse%3C%2FmustEndWithDigit%3E%0A++%3CmustntEndWithDigit%3Efalse%3C%2FmustntEndWithDigit%3E%0A++%3CmustStartWithNonAlpha%3Efalse%3C%2FmustStartWithNonAlpha%3E%0A++%3CmustStartWithAlpha%3Efalse%3C%2FmustStartWithAlpha%3E%0A++%3CmustntStartWithNonAlpha%3Efalse%3C%2FmustntStartWithNonAlpha%3E%0A++%3CmustntStartWithAlpha%3Efalse%3C%2FmustntStartWithAlpha%3E%0A++%3CmustEndWithNonAlpha%3Efalse%3C%2FmustEndWithNonAlpha%3E%0A++%3CmustEndWithAlpha%3Efalse%3C%2FmustEndWithAlpha%3E%0A++%3CmustntEndWithNonAlpha%3Efalse%3C%2FmustntEndWithNonAlpha%3E%0A++%3CmustntEndWithAlpha%3Efalse%3C%2FmustntEndWithAlpha%3E%0A++%3CprefixesNotPermitted%3E%0A++++%3Cstring%3Enotpermitted1%3C%2Fstring%3E%0A++++%3Cstring%3Enotpermitted2%3C%2Fstring%3E%0A++%3C%2FprefixesNotPermitted%3E%0A%3C%2Forg.apache.syncope.common.types.PasswordPolicySpec%3E"/> <Policy DTYPE="SyncPolicy" id="3" description="sync policy 2" type="SYNC" specification="%3Corg.apache.syncope.common.types.SyncPolicySpec%3E%0A++%3CuAltSearchSchemas%3E%0A++++%3Cstring%3Eusername%3C%2Fstring%3E%0A++++%3Cstring%3Efirstname%3C%2Fstring%3E%0A++%3C%2FuAltSearchSchemas%3E%0A++%3CconflictResolutionAction%3EALL%3C%2FconflictResolutionAction%3E%0A%3C%2Forg.apache.syncope.common.types.SyncPolicySpec%3E"/> <Policy DTYPE="PasswordPolicy" id="4" description="sample password policy" type="PASSWORD" specification="%3Corg.apache.syncope.common.types.PasswordPolicySpec%3E%0A++%3ChistoryLength%3E0%3C%2FhistoryLength%3E%0A++%3CmaxLength%3E0%3C%2FmaxLength%3E%0A++%3CminLength%3E10%3C%2FminLength%3E%0A++%3CnonAlphanumericRequired%3Efalse%3C%2FnonAlphanumericRequired%3E%0A++%3CalphanumericRequired%3Efalse%3C%2FalphanumericRequired%3E%0A++%3CdigitRequired%3Etrue%3C%2FdigitRequired%3E%0A++%3ClowercaseRequired%3Efalse%3C%2FlowercaseRequired%3E%0A++%3CuppercaseRequired%3Efalse%3C%2FuppercaseRequired%3E%0A++%3CmustStartWithDigit%3Efalse%3C%2FmustStartWithDigit%3E%0A++%3CmustntStartWithDigit%3Efalse%3C%2FmustntStartWithDigit%3E%0A++%3CmustEndWithDigit%3Efalse%3C%2FmustEndWithDigit%3E%0A++%3CmustntEndWithDigit%3Efalse%3C%2FmustntEndWithDigit%3E%0A++%3CmustStartWithNonAlpha%3Efalse%3C%2FmustStartWithNonAlpha%3E%0A++%3CmustStartWithAlpha%3Efalse%3C%2FmustStartWithAlpha%3E%0A++%3CmustntStartWithNonAlpha%3Efalse%3C%2FmustntStartWithNonAlpha%3E%0A++%3CmustntStartWithAlpha%3Efalse%3C%2FmustntStartWithAlpha%3E%0A++%3CmustEndWithNonAlpha%3Efalse%3C%2FmustEndWithNonAlpha%3E%0A++%3CmustEndWithAlpha%3Efalse%3C%2FmustEndWithAlpha%3E%0A++%3CmustntEndWithNonAlpha%3Efalse%3C%2FmustntEndWithNonAlpha%3E%0A++%3CmustntEndWithAlpha%3Efalse%3C%2FmustntEndWithAlpha%3E%0A++%3CprefixesNotPermitted%3E%0A++++%3Cstring%3Enotpermitted1%3C%2Fstring%3E%0A++++%3Cstring%3Enotpermitted2%3C%2Fstring%3E%0A++%3C%2FprefixesNotPermitted%3E%0A%3C%2Forg.apache.syncope.common.types.PasswordPolicySpec%3E"/> <Policy DTYPE="AccountPolicy" id="5" description="global account policy" type="GLOBAL_ACCOUNT" specification="%3Corg.apache.syncope.common.types.AccountPolicySpec%3E%0A++%3CmaxLength%3E0%3C%2FmaxLength%3E%0A++%3CminLength%3E0%3C%2FminLength%3E%0A++%3CallUpperCase%3Efalse%3C%2FallUpperCase%3E%0A++%3CallLowerCase%3Efalse%3C%2FallLowerCase%3E%0A++%3CpropagateSuspension%3Efalse%3C%2FpropagateSuspension%3E%0A++%3CpermittedLoginRetries%3E0%3C%2FpermittedLoginRetries%3E%0A%3C%2Forg.apache.syncope.common.types.AccountPolicySpec%3E"/> <Policy DTYPE="AccountPolicy" id="6" description="sample account policy" type="ACCOUNT" specification="%3Corg.apache.syncope.common.types.AccountPolicySpec%3E%0A++%3CmaxLength%3E0%3C%2FmaxLength%3E%0A++%3CminLength%3E4%3C%2FminLength%3E%0A++%3CprefixesNotPermitted%3E%0A++++%3Cstring%3Enotpermitted1%3C%2Fstring%3E%0A++++%3Cstring%3Enotpermitted2%3C%2Fstring%3E%0A++%3C%2FprefixesNotPermitted%3E%0A++%3CallUpperCase%3Efalse%3C%2FallUpperCase%3E%0A++%3CallLowerCase%3Efalse%3C%2FallLowerCase%3E%0A++%3CpropagateSuspension%3Efalse%3C%2FpropagateSuspension%3E%0A++%3CpermittedLoginRetries%3E3%3C%2FpermittedLoginRetries%3E%0A%3C%2Forg.apache.syncope.common.types.AccountPolicySpec%3E"/> <Policy DTYPE="SyncPolicy" id="7" description="sync policy 1" type="SYNC" specification="%3Corg.apache.syncope.common.types.SyncPolicySpec%2F%3E"/> <Policy DTYPE="PasswordPolicy" id="8" description="sample password policy" type="PASSWORD" specification="%3Corg.apache.syncope.common.types.PasswordPolicySpec%3E%0A++%3ChistoryLength%3E0%3C%2FhistoryLength%3E%0A++%3CmaxLength%3E0%3C%2FmaxLength%3E%0A++%3CminLength%3E10%3C%2FminLength%3E%0A++%3CnonAlphanumericRequired%3Etrue%3C%2FnonAlphanumericRequired%3E%0A++%3CalphanumericRequired%3Efalse%3C%2FalphanumericRequired%3E%0A++%3CdigitRequired%3Etrue%3C%2FdigitRequired%3E%0A++%3ClowercaseRequired%3Etrue%3C%2FlowercaseRequired%3E%0A++%3CuppercaseRequired%3Etrue%3C%2FuppercaseRequired%3E%0A++%3CmustStartWithDigit%3Etrue%3C%2FmustStartWithDigit%3E%0A++%3CmustntStartWithDigit%3Efalse%3C%2FmustntStartWithDigit%3E%0A++%3CmustEndWithDigit%3Etrue%3C%2FmustEndWithDigit%3E%0A++%3CmustntEndWithDigit%3Efalse%3C%2FmustntEndWithDigit%3E%0A++%3CmustStartWithNonAlpha%3Efalse%3C%2FmustStartWithNonAlpha%3E%0A++%3CmustStartWithAlpha%3Efalse%3C%2FmustStartWithAlpha%3E%0A++%3CmustntStartWithNonAlpha%3Efalse%3C%2FmustntStartWithNonAlpha%3E%0A++%3CmustntStartWithAlpha%3Efalse%3C%2FmustntStartWithAlpha%3E%0A++%3CmustEndWithNonAlpha%3Efalse%3C%2FmustEndWithNonAlpha%3E%0A++%3CmustEndWithAlpha%3Efalse%3C%2FmustEndWithAlpha%3E%0A++%3CmustntEndWithNonAlpha%3Efalse%3C%2FmustntEndWithNonAlpha%3E%0A++%3CmustntEndWithAlpha%3Efalse%3C%2FmustntEndWithAlpha%3E%0A++%3CprefixesNotPermitted%3E%0A++++%3Cstring%3Enotpermitted1%3C%2Fstring%3E%0A++++%3Cstring%3Enotpermitted2%3C%2Fstring%3E%0A++%3C%2FprefixesNotPermitted%3E%0A%3C%2Forg.apache.syncope.common.types.PasswordPolicySpec%3E"/> <Policy DTYPE="SyncPolicy" id="9" description="sync policy for java rule" type="SYNC" specification="%3Corg.apache.syncope.common.types.SyncPolicySpec%3E%0A++%3CconflictResolutionAction%3EIGNORE%3C/conflictResolutionAction%3E%0A%3C/org.apache.syncope.common.types.SyncPolicySpec%3E"/> <SyncopeUser id="1" workflowId="4" status="active" password="5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" cipherAlgorithm="SHA1" username="rossini" creationDate="2010-10-20 11:00:00" suspended="0"/> <SyncopeUser id="2" workflowId="6" status="active" password="5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" cipherAlgorithm="SHA1" username="verdi" creationDate="2010-10-20 11:00:00" suspended="0"/> <SyncopeUser id="3" workflowId="8" status="active" password="5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" cipherAlgorithm="SHA1" username="vivaldi" creationDate="2010-10-20 11:00:00" suspended="0"/> <SyncopeUser id="4" workflowId="10" status="active" password="5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" cipherAlgorithm="SHA1" username="bellini" creationDate="2010-10-20 11:00:00" suspended="0"/> <SyncopeUser id="5" workflowId="12" status="active" password="5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" cipherAlgorithm="SHA1" username="puccini" creationDate="2010-10-20 11:00:00" suspended="0"/> <SyncopeRole id="1" name="root"/> <SyncopeRole id="2" name="child" parent_id="1"/> <SyncopeRole id="3" name="citizen"/> <SyncopeRole id="4" name="employee" parent_id="3"/> <SyncopeRole id="5" name="secretary" parent_id="4"/> <SyncopeRole id="6" name="director" parent_id="4" userOwner_id="5" inheritAttributes="1" inheritDerivedAttributes="1" inheritVirtualAttributes="1" inheritPasswordPolicy="0" inheritAccountPolicy="0" passwordPolicy_id="4" accountPolicy_id="6"/> <SyncopeRole id="7" name="managingDirector" parent_id="6" inheritAttributes="1" inheritDerivedAttributes="1" inheritVirtualAttributes="1" inheritPasswordPolicy="1" inheritAccountPolicy="1" inheritOwner="1"/> <SyncopeRole id="8" name="otherchild" parent_id="1" inheritVirtualAttributes="1" passwordPolicy_id="4"/> <SyncopeRole id="9" name="roleForWorkflowApproval" parent_id="1"/> <SyncopeRole id="10" name="managingConsultant" parent_id="6" inheritAttributes="1" inheritDerivedAttributes="1" inheritVirtualAttributes="1" inheritPasswordPolicy="1" inheritAccountPolicy="1" inheritOwner="0"/> <SyncopeRole id="11" name="roleForWorkflowOptIn" parent_id="1"/> <SyncopeRole id="12" name="aRoleForPropagation" parent_id="1"/> <SyncopeRole id="13" name="bRoleForPropagation" parent_id="1"/> <SyncopeRole id="14" name="artDirector" parent_id="4" inheritAttributes="1" inheritDerivedAttributes="1" inheritVirtualAttributes="1" inheritPasswordPolicy="0" inheritAccountPolicy="0" passwordPolicy_id="8" accountPolicy_id="6"/> <Membership id="1" syncopeUser_id="1" syncopeRole_id="1"/> <Membership id="2" syncopeUser_id="2" syncopeRole_id="1"/> <Membership id="3" syncopeUser_id="2" syncopeRole_id="2"/> <Membership id="4" syncopeUser_id="4" syncopeRole_id="7"/> <Membership id="5" syncopeUser_id="1" syncopeRole_id="8"/> <Membership id="6" syncopeUser_id="2" syncopeRole_id="3"/> <Membership id="7" syncopeUser_id="5" syncopeRole_id="14"/> <USchema name="fullname" type="String" mandatoryCondition="true" multivalue="0" uniqueConstraint="1" readonly="0"/> <USchema name="userId" type="String" mandatoryCondition="true" multivalue="0" uniqueConstraint="1" readonly="0" validatorClass="org.apache.syncope.core.persistence.validation.attrvalue.EmailAddressValidator"/> <USchema name="loginDate" type="Date" mandatoryCondition="false" multivalue="1" uniqueConstraint="0" readonly="0" conversionPattern="yyyy-MM-dd"/> <USchema name="firstname" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <USchema name="surname" type="String" mandatoryCondition="true" multivalue="0" uniqueConstraint="0" readonly="0"/> <USchema name="type" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <USchema name="email" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0" validatorClass="org.apache.syncope.core.persistence.validation.attrvalue.EmailAddressValidator"/> <USchema name="activationDate" type="Date" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0" conversionPattern="yyyy-MM-dd'T'HH:mm:ss.SSSZ"/> <USchema name="uselessReadonly" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="1"/> <USchema name="cool" type="Boolean" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <USchema name="gender" type="Enum" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0" enumerationValues="M;F"/> <USchema name="aLong" type="Long" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <USchema name="makeItDouble" type="Long" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <UDerSchema name="csvuserid" expression="firstname + ',' + surname"/> <RSchema name="icon" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <RSchema name="show" type="Boolean" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <RSchema name="rderived_sx" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <RSchema name="rderived_dx" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <RSchema name="title" type="String" mandatoryCondition="false" multivalue="1" uniqueConstraint="0" readonly="0"/> <MSchema name="subscriptionDate" type="Date" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0" conversionPattern="yyyy-MM-dd'T'HH:mm:ss.SSSZ"/> <MSchema name="mderived_sx" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <MSchema name="mderived_dx" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <MSchema name="postalAddress" type="String" mandatoryCondition="false" multivalue="0" uniqueConstraint="0" readonly="0"/> <UAttr id="99" owner_id="1" schema_name="type"/> <UAttrValue id="9" attribute_id="99" stringValue="G"/> <UAttr id="100" owner_id="1" schema_name="fullname"/> <UAttrUniqueValue id="10" attribute_id="100" schema_name="fullname" stringValue="Gioacchino Rossini"/> <UAttr id="101" owner_id="1" schema_name="firstname"/> <UAttrValue id="11" attribute_id="101" stringValue="Gioacchino"/> <UAttr id="102" owner_id="1" schema_name="surname"/> <UAttrValue id="12" attribute_id="102" stringValue="Rossini"/> <UAttr id="103" owner_id="1" schema_name="userId"/> <UAttrUniqueValue id="13" attribute_id="103" schema_name="userId" stringValue="[email protected]"/> <UAttr id="104" owner_id="1" schema_name="loginDate"/> <UAttrValue id="14" attribute_id="104" dateValue="2009-05-26"/> <UAttrValue id="15" attribute_id="104" dateValue="2010-05-26 15:40:04"/> <UAttr id="105" owner_id="2" schema_name="fullname"/> <UAttrUniqueValue id="16" attribute_id="105" schema_name="fullname" stringValue="Giuseppe Verdi"/> <UAttr id="106" owner_id="2" schema_name="firstname"/> <UAttrValue id="17" attribute_id="106" stringValue="Giuseppe"/> <UAttr id="107" owner_id="2" schema_name="surname"/> <UAttrValue id="18" attribute_id="107" stringValue="Verdi"/> <UAttr id="108" owner_id="2" schema_name="userId"/> <UAttrUniqueValue id="19" attribute_id="108" schema_name="userId" stringValue="[email protected]"/> <UAttr id="109" owner_id="3" schema_name="firstname"/> <UAttrValue id="20" attribute_id="109" stringValue="Antonio"/> <UAttr id="110" owner_id="3" schema_name="surname"/> <UAttrValue id="21" attribute_id="110" stringValue="Vivaldi"/> <UAttr id="111" owner_id="3" schema_name="fullname"/> <UAttrUniqueValue id="22" attribute_id="111" schema_name="fullname" stringValue="Antonio Vivaldi"/> <UAttr id="112" owner_id="3" schema_name="userId"/> <UAttrUniqueValue id="23" attribute_id="112" schema_name="userId" stringValue="[email protected]"/> <UAttr id="113" owner_id="4" schema_name="firstname"/> <UAttrValue id="24" attribute_id="113" stringValue="Vincenzo"/> <UAttr id="114" owner_id="4" schema_name="surname"/> <UAttrValue id="25" attribute_id="114" stringValue="Bellini"/> <UAttr id="115" owner_id="4" schema_name="fullname"/> <UAttrUniqueValue id="26" attribute_id="115" schema_name="fullname" stringValue="Vincenzo Bellini"/> <UAttr id="116" owner_id="4" schema_name="userId"/> <UAttrUniqueValue id="27" attribute_id="116" schema_name="userId" stringValue="[email protected]"/> <UAttr id="117" owner_id="4" schema_name="loginDate"/> <UAttrValue id="28" attribute_id="117" dateValue="2009-06-24"/> <UAttr id="118" owner_id="4" schema_name="cool"/> <UAttrValue id="29" attribute_id="118" booleanValue="1"/> <UAttr id="119" owner_id="4" schema_name="gender"/> <UAttrValue id="30" attribute_id="119" stringValue="M"/> <UAttr id="120" owner_id="5" schema_name="firstname"/> <UAttrValue id="31" attribute_id="120" stringValue="Giacomo"/> <UAttr id="121" owner_id="5" schema_name="surname"/> <UAttrValue id="32" attribute_id="121" stringValue="Puccini"/> <UAttr id="122" owner_id="5" schema_name="fullname"/> <UAttrUniqueValue id="33" attribute_id="122" schema_name="fullname" stringValue="Giacomo Puccini"/> <UAttr id="123" owner_id="5" schema_name="userId"/> <UAttrUniqueValue id="34" attribute_id="123" schema_name="userId" stringValue="[email protected]"/> <UAttr id="124" owner_id="2" schema_name="email"/> <UAttrValue id="35" attribute_id="124" stringValue="[email protected]"/> <UAttr id="125" owner_id="3" schema_name="email"/> <UAttrValue id="36" attribute_id="125" stringValue="[email protected]"/> <UAttr id="126" owner_id="3" schema_name="type"/> <UAttrValue id="37" attribute_id="126" stringValue="F"/> <RAttr id="600" owner_id="1" schema_name="icon"/> <RAttr id="700" owner_id="2" schema_name="icon"/> <RAttr id="800" owner_id="1" schema_name="show"/> <RAttr id="900" owner_id="6" schema_name="icon"/> <RAttr id="950" owner_id="4" schema_name="icon"/> <RAttrValue attribute_id="600" id="40" stringValue="niceIcon"/> <RAttrValue attribute_id="700" id="41" stringValue="badIcon"/> <RAttrValue attribute_id="800" id="42" booleanValue="1"/> <RAttrValue attribute_id="900" id="43" stringValue="icon6"/> <RAttrValue attribute_id="950" id="44" stringValue="icon4"/> <RAttr id="992" owner_id="1" schema_name="rderived_sx"/> <RAttrValue attribute_id="992" id="92" stringValue="sx"/> <RAttr id="993" owner_id="1" schema_name="rderived_dx"/> <RAttrValue attribute_id="993" id="93" stringValue="dx"/> <RDerSchema name="rderiveddata" expression="rderived_sx + '-' + rderived_dx"/> <RDerAttr id="1000" derivedSchema_name="rderiveddata" owner_id="1"/> <RDerSchema name="displayProperty" expression="icon + ': ' + show"/> <RDerAttr id="1001" derivedSchema_name="displayProperty" owner_id="1"/> <RDerAttr id="1002" derivedSchema_name="displayProperty" owner_id="4"/> <RDerSchema name="rderToBePropagated" expression="rderived_sx + '-' + rderived_dx"/> <RDerAttr id="1003" derivedSchema_name="rderToBePropagated" owner_id="1"/> <!-- rderiveddata is used to verify der schema deletion --> <RDerSchema name="rderivedschema" expression="rderived_sx + '-' + rderived_dx"/> <RAttr id="994" owner_id="12" schema_name="title"/> <RAttrValue attribute_id="994" id="94" stringValue="r12"/> <RAttr id="995" owner_id="13" schema_name="title"/> <RAttrValue attribute_id="995" id="95" stringValue="r13"/> <MAttr id="100" owner_id="4" schema_name="subscriptionDate"/> <MAttrValue attribute_id="100" id="90" dateValue="2009-05-26"/> <MAttrValue attribute_id="100" id="91" dateValue="2010-05-26 15:40:04"/> <MAttr id="102" owner_id="1" schema_name="mderived_sx"/> <MAttrValue attribute_id="102" id="92" stringValue="sx"/> <MAttr id="103" owner_id="1" schema_name="mderived_dx"/> <MAttrValue attribute_id="103" id="93" stringValue="dx"/> <MDerSchema name="mderiveddata" expression="mderived_sx + '-' + mderived_dx"/> <MDerAttr id="100" derivedSchema_name="mderiveddata" owner_id="1"/> <MDerSchema name="mderToBePropagated" expression="mderived_sx + '-' + mderived_dx"/> <UVirSchema name="virtualdata" READONLY="0"/> <UVirAttr id="1000" virtualSchema_name="virtualdata" owner_id="3"/> <UVirSchema name="virtualReadOnly" READONLY="1"/> <UDerSchema name="cn" expression="surname + ', ' + firstname"/> <UDerAttr id="100" derivedSchema_name="cn" owner_id="3"/> <UDerAttr id="101" derivedSchema_name="cn" owner_id="1"/> <UDerSchema name="noschema" expression="surname + ', ' + notfound"/> <MVirSchema name="mvirtualdata"/> <RVirSchema name="rvirtualdata"/> <RVirAttr id="100" virtualSchema_name="rvirtualdata" owner_id="4"/> <ConnInstance id="100" displayName="ConnInstance100" location="${connid.location}" bundleName="org.connid.bundles.soap" connectorName="org.connid.bundles.soap.WebServiceConnector" version="${connid.soap.version}" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eendpoint%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ehttp%3A//localhost%3A9080/wssample/services/provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eservicename%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eorg.connid.bundles.soap.provisioning.interfaces.Provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="TWO_PHASES_CREATE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="TWO_PHASES_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="TWO_PHASES_DELETE"/> <ConnInstance_capabilities ConnInstance_id="100" capabilities="SEARCH"/> <ConnInstance id="101" displayName="H2" location="connid://${testconnectorserver.key}@localhost:${testconnectorserver.port}" bundleName="org.connid.bundles.db.table" connectorName="org.connid.bundles.db.table.DatabaseTableConnector" version="${connid.db.table.version}" xmlConfiguration="%3Cset%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Euser%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Esa%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EenabledStatusValue%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etrue%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EstatusColumn%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Estatus%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EdisabledStatusValue%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Efalse%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EkeyColumn%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eid%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EjdbcUrlTemplate%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ejdbc%3Ah2%3Atcp%3A%2F%2Flocalhost%3A9092%2Ftestdb%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordColumn%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Epassword%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EdefaultStatusValue%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etrue%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Etable%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etest%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Epassword%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Eorg.identityconnectors.common.security.GuardedString%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Esa%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EjdbcDriver%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eorg.h2.Driver%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EcipherAlgorithm%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3ESHA1%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EcipherAlgorithm%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3ESHA1%3C%2Fjava.lang.String%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EretrievePassword%3C%2Fname%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%0A%3Cvalues%3E%0A%3Cstring%3Etrue%3C%2Fstring%3E%0A%3C%2Fvalues%3E%0A%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%3C%2Fset%3E"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="TWO_PHASES_CREATE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="TWO_PHASES_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="TWO_PHASES_DELETE"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="SEARCH"/> <ConnInstance_capabilities ConnInstance_id="101" capabilities="SYNC"/> <ConnInstance id="102" displayName="ConnInstance102" location="${connid.location}" bundleName="org.connid.bundles.soap" connectorName="org.connid.bundles.soap.WebServiceConnector" version="${connid.soap.version}" connRequestTimeout="10" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eservicename%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eorg.connid.bundles.soap.provisioning.interfaces.Provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eendpoint%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ehttp%3A//localhost%3A9080/wssample/services/provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Etrue%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="TWO_PHASES_CREATE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="TWO_PHASES_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="TWO_PHASES_DELETE"/> <ConnInstance_capabilities ConnInstance_id="102" capabilities="SEARCH"/> <ConnInstance id="103" displayName="ConnInstance103" location="${connid.location}" bundleName="org.connid.bundles.soap" connectorName="org.connid.bundles.soap.WebServiceConnector" version="${connid.soap.version}" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eendpoint%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ehttp%3A//localhost%3A9080/wssample/services/provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eservicename%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eorg.connid.bundles.soap.provisioning.interfaces.Provisioning%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E"/> <ConnInstance id="104" displayName="CSVDir" location="${connid.location}" bundleName="org.connid.bundles.csvdir" connectorName="org.connid.bundles.csvdir.CSVDirConnector" version="${connid.csvdir.version}" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Ekeyseparator%3C/name%3E%0A++++++%3CdisplayName%3EKey+separator%3C/displayName%3E%0A++++++%3ChelpMessage%3ECharacter+used+to+separate+keys+in+a+multi-key+scenario%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3E%2C%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eencoding%3C/name%3E%0A++++++%3CdisplayName%3EFile+encoding%3C/displayName%3E%0A++++++%3ChelpMessage%3EBasic+encoding+of+the+file%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EquotationRequired%3C/name%3E%0A++++++%3CdisplayName%3EValue+quotation+required%3C/displayName%3E%0A++++++%3ChelpMessage%3ESpecify+if+value+quotation+is+required%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.Boolean%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.Boolean%3Efalse%3C/java.lang.Boolean%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EfileMask%3C/name%3E%0A++++++%3CdisplayName%3EFile+mask%3C/displayName%3E%0A++++++%3ChelpMessage%3ERegular+expression+describing+files+to+be+processed%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etest.csv%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EpasswordColumnName%3C/name%3E%0A++++++%3CdisplayName%3EPassword+column+name%3C/displayName%3E%0A++++++%3ChelpMessage%3EName+of+the+column+used+to+specify+user+password%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Epassword%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EtextQualifier%3C/name%3E%0A++++++%3CdisplayName%3EText+qualifier%3C/displayName%3E%0A++++++%3ChelpMessage%3EDelimiter+to+determine+begin+and+end+of+text+in+value%3C/helpMessage%3E%0A++++++%3Ctype%3Echar%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EdeleteColumnName%3C/name%3E%0A++++++%3CdisplayName%3EDelete+column+name%3C/displayName%3E%0A++++++%3ChelpMessage%3EName+of+the+column+used+to+specify+users+to+be+deleted%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Edeleted%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EsourcePath%3C/name%3E%0A++++++%3CdisplayName%3ESource+path%3C/displayName%3E%0A++++++%3ChelpMessage%3EAbsolute+path+of+a+directory+where+are+located+CSV+files+to+be+processed%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3E${urlencoded.csvdir.path}%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EfieldDelimiter%3C/name%3E%0A++++++%3CdisplayName%3EfieldDelimiter%3C/displayName%3E%0A++++++%3ChelpMessage%3EfieldDelimiter%3C/helpMessage%3E%0A++++++%3Ctype%3Echar%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.Character%3E%2C%3C/java.lang.Character%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EkeyColumnNames%3C/name%3E%0A++++++%3CdisplayName%3EKey+column+name%3C/displayName%3E%0A++++++%3ChelpMessage%3EName+of+the+column+used+to+identify+user+uniquely%3C/helpMessage%3E%0A++++++%3Ctype%3E%5BLjava.lang.String%3B%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ename%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Esurname%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EignoreHeader%3C/name%3E%0A++++++%3CdisplayName%3EIgnore+header%3C/displayName%3E%0A++++++%3ChelpMessage%3ESpecify+it+first+line+file+must+be+ignored%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.Boolean%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.Boolean%3Efalse%3C/java.lang.Boolean%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Efields%3C/name%3E%0A++++++%3CdisplayName%3Efields%3C/displayName%3E%0A++++++%3ChelpMessage%3EColumn+names+separated+by+comma%3C/helpMessage%3E%0A++++++%3Ctype%3E%5BLjava.lang.String%3B%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eid%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Ename%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Esurname%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Eemail%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Epassword%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Erole%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Emembership%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Estatus%3C/java.lang.String%3E%0A%3Cjava.lang.String%3Edeleted%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EstatusColumn%3C/name%3E%0A++++++%3CdisplayName%3EstatusColumn%3C/displayName%3E%0A++++++%3ChelpMessage%3EStatus+column%3C/helpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Estatus%3C/java.lang.String%3E%0A%3C/values%3E%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="TWO_PHASES_CREATE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="TWO_PHASES_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="TWO_PHASES_DELETE"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="SEARCH"/> <ConnInstance_capabilities ConnInstance_id="104" capabilities="SYNC"/> <ConnInstance id="105" bundleName="org.connid.bundles.ldap" displayName="ApacheDS" location="${connid.location}" connectorName="org.connid.bundles.ldap.LdapConnector" version="${connid.ldap.version}" xmlConfiguration="%3Cset%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EattributesToSynchronize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EAttributes%20to%20Synchronize%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20names%20of%20the%20attributes%20to%20synchronize.%20This%20ignores%20updates%20from%20the%20change%20log%20if%20they%20do%20not%20update%20any%20of%20the%20named%20attributes.%20For%20example%2C%20if%20only%20%26quot%3Bdepartment%26quot%3B%20is%20listed%2C%20then%20only%20changes%20that%20affect%20%26quot%3Bdepartment%26quot%3B%20will%20be%20processed.%20All%20other%20updates%20are%20ignored.%20If%20blank%20(the%20default)%2C%20then%20all%20changes%20are%20processed.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Ecredentials%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EPassword%20for%20the%20principal.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eorg.identityconnectors.common.security.GuardedString%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Esecret%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EsynchronizePasswords%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EEnable%20Password%20Synchronization%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EIf%20true%2C%20the%20connector%20will%20synchronize%20passwords.%20The%20Password%20Capture%20Plugin%20needs%20to%20be%20installed%20for%20password%20synchronization%20to%20work.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EchangeLogBlockSize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EChange%20Log%20Block%20Size%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20number%20of%20change%20log%20entries%20to%20fetch%20per%20query.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eint%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cint%3E100%3C%2Fint%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EblockSize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EBlock%20Size%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20maximum%20number%20of%20accounts%20that%20can%20be%20in%20a%20block%20when%20retrieving%20accounts%20in%20blocks.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eint%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordHashAlgorithm%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%20Hash%20Algorithm%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EIndicates%20the%20algorithm%20that%20the%20Identity%20system%20should%20use%20to%20hash%20the%20password.%20Currently%20supported%20values%20are%20SSHA%2C%20SHA%2C%20SSHA1%2C%20and%20SHA1.%20A%20blank%20value%20indicates%20that%20the%20system%20will%20not%20hash%20passwords.%20This%20will%20cause%20cleartext%20passwords%20to%20be%20stored%20in%20LDAP%20unless%20the%20LDAP%20server%20performs%20the%20hash%20(Netscape%20Directory%20Server%20and%20iPlanet%20Directory%20Server%20do).%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3ESHA%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EchangeNumberAttribute%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EChange%20Number%20Attribute%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20of%20the%20change%20number%20attribute%20in%20the%20change%20log%20entry.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3EchangeNumber%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EmaintainLdapGroupMembership%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EMaintain%20LDAP%20Group%20Membership%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EWhen%20enabled%20and%20a%20user%20is%20renamed%20or%20deleted%2C%20update%20any%20LDAP%20groups%20to%20which%20the%20user%20belongs%20to%20reflect%20the%20new%20name.%20Otherwise%2C%20the%20LDAP%20resource%20must%20maintain%20referential%20integrity%20with%20respect%20to%20group%20membership.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Etrue%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EusePagedResultControl%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EUse%20Paged%20Result%20Control%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EWhen%20enabled%2C%20the%20LDAP%20Paged%20Results%20control%20is%20preferred%20over%20the%20VLV%20control%20when%20retrieving%20accounts.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EuseBlocks%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EUse%20Blocks%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EWhen%20performing%20operations%20on%20large%20numbers%20of%20accounts%2C%20the%20accounts%20are%20processed%20in%20blocks%20to%20reduce%20the%20amount%20of%20memory%20used%20by%20the%20operation.%20Select%20this%20option%20to%20process%20accounts%20in%20blocks.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cboolean%3Efalse%3C%2Fboolean%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EuidAttribute%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EUid%20Attribute%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20of%20the%20LDAP%20attribute%20which%20is%20mapped%20to%20the%20Uid%20attribute.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cnull%2F%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EobjectClassesToSynchronize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EObject%20Classes%20to%20Synchronize%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20object%20classes%20to%20synchronize.%20The%20change%20log%20is%20for%20all%20objects%3B%20this%20filters%20updates%20to%20just%20the%20listed%20object%20classes.%20You%20should%20not%20list%20the%20superclasses%20of%20an%20object%20class%20unless%20you%20intend%20to%20synchronize%20objects%20with%20any%20of%20the%20superclass%20values.%20For%20example%2C%20if%20only%20%26quot%3BinetOrgPerson%26quot%3B%20objects%20should%20be%20synchronized%2C%20but%20the%20superclasses%20of%20%26quot%3BinetOrgPerson%26quot%3B%20(%26quot%3Bperson%26quot%3B%2C%20%26quot%3Borganizationalperson%26quot%3B%20and%20%26quot%3Btop%26quot%3B)%20should%20be%20filtered%20out%2C%20then%20list%20only%20%26quot%3BinetOrgPerson%26quot%3B%20here.%20All%20objects%20in%20LDAP%20are%20subclassed%20from%20%26quot%3Btop%26quot%3B.%20For%20this%20reason%2C%20you%20should%20never%20list%20%26quot%3Btop%26quot%3B%2C%20otherwise%20no%20object%20would%20be%20filtered.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Etrue%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3EinetOrgPerson%3C%2Fstring%3E%0A%20%20%20%20%20%20%3Cstring%3EgroupOfUniqueNames%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EgroupMemberAttribute%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EGroup%20Member%20Attribute%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20of%20the%20group%20attribute%20that%20will%20be%20updated%20with%20the%20distinguished%20name%20of%20the%20user%20when%20the%20user%20is%20added%20to%20the%20group.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EaccountUserNameAttributes%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EAccount%20User%20Name%20Attributes%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EAttribute%20or%20attributes%20which%20holds%20the%20account%26apos%3Bs%20user%20name.%20They%20will%20be%20used%20when%20authenticating%20to%20find%20the%20LDAP%20entry%20for%20the%20user%20name%20to%20authenticate.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Euid%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EgroupNameAttributes%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EGroup%20Name%20Attributes%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EAttribute%20or%20attributes%20which%20holds%20the%20group%26apos%3Bs%20name.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Ecn%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EmodifiersNamesToFilterOut%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EFilter%20Out%20Changes%20By%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20names%20(DNs)%20of%20directory%20administrators%20to%20filter%20from%20the%20changes.%20Changes%20with%20the%20attribute%20%26quot%3BmodifiersName%26quot%3B%20that%20match%20entries%20in%20this%20list%20will%20be%20filtered%20out.%20The%20standard%20value%20is%20the%20administrator%20name%20used%20by%20this%20adapter%2C%20to%20prevent%20loops.%20Entries%20should%20be%20of%20the%20format%20%26quot%3Bcn%3DDirectory%20Manager%26quot%3B.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Ehost%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EHost%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20or%20IP%20address%20of%20the%20host%20where%20the%20LDAP%20server%20is%20running.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Elocalhost%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EbaseContexts%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EBase%20Contexts%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EOne%20or%20more%20starting%20points%20in%20the%20LDAP%20tree%20that%20will%20be%20used%20when%20searching%20the%20tree.%20Searches%20are%20performed%20when%20discovering%20users%20from%20the%20LDAP%20server%20or%20when%20looking%20for%20the%20groups%20of%20which%20a%20user%20is%20a%20member.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Eou%3Dpeople%2Co%3Disp%3C%2Fstring%3E%0A%20%20%20%20%20%20%3Cstring%3Eou%3Dgroups%2Co%3Disp%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EremoveLogEntryObjectClassFromFilter%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ERemove%20Log%20Entry%20Object%20Class%20from%20Filter%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EIf%20this%20property%20is%20set%20(the%20default)%2C%20the%20filter%20used%20to%20fetch%20change%20log%20entries%20does%20not%20contain%20the%20%26quot%3BchangeLogEntry%26quot%3B%20object%20class%2C%20expecting%20that%20there%20are%20no%20entries%20of%20other%20object%20types%20in%20the%20change%20log.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Essl%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ESSL%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3ESelect%20the%20check%20box%20to%20connect%20to%20the%20LDAP%20server%20using%20SSL.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EbaseContextsToSynchronize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EBase%20Contexts%20to%20Synchronize%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EOne%20or%20more%20starting%20points%20in%20the%20LDAP%20tree%20that%20will%20be%20used%20to%20determine%20if%20a%20change%20should%20be%20synchronized.%20The%20base%20contexts%20attribute%20will%20be%20used%20to%20synchronize%20a%20change%20if%20this%20property%20is%20not%20set.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Eou%3Dpeople%2Co%3Disp%3C%2Fstring%3E%0A%20%20%20%20%20%20%3Cstring%3Eou%3Dgroups%2Co%3Disp%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EaccountSearchFilter%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ELDAP%20Filter%20for%20Retrieving%20Accounts%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EAn%20optional%20LDAP%20filter%20to%20control%20which%20accounts%20are%20returned%20from%20the%20LDAP%20resource.%20If%20no%20filter%20is%20specified%2C%20only%20accounts%20that%20include%20all%20specified%20object%20classes%20are%20returned.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Euid%3D*%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EaccountSynchronizationFilter%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ELDAP%20Filter%20for%20Accounts%20to%20Synchronize%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EAn%20optional%20LDAP%20filter%20for%20the%20objects%20to%20synchronize.%20Because%20the%20change%20log%20is%20for%20all%20objects%2C%20this%20filter%20updates%20only%20objects%20that%20match%20the%20specified%20filter.%20If%20you%20specify%20a%20filter%2C%20an%20object%20will%20be%20synchronized%20only%20if%20it%20matches%20the%20filter%20and%20includes%20a%20synchronized%20object%20class.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Efailover%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EFailover%20Servers%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EList%20all%20servers%20that%20should%20be%20used%20for%20failover%20in%20case%20the%20preferred%20server%20fails.%20If%20the%20preferred%20server%20fails%2C%20JNDI%20will%20connect%20to%20the%20next%20available%20server%20in%20the%20list.%20List%20all%20servers%20in%20the%20form%20of%20%26quot%3Bldap%3A%2F%2Fldap.example.com%3A389%2F%26quot%3B%2C%20which%20follows%20the%20standard%20LDAP%20v3%20URLs%20described%20in%20RFC%202255.%20Only%20the%20host%20and%20port%20parts%20of%20the%20URL%20are%20relevant%20in%20this%20setting.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordAttribute%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%20Attribute%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20of%20the%20LDAP%20attribute%20which%20holds%20the%20password.%20When%20changing%20an%20user%26apos%3Bs%20password%2C%20the%20new%20password%20is%20set%20to%20this%20attribute.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Euserpassword%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EvlvSortAttribute%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EVLV%20Sort%20Attribute%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3ESpecify%20the%20sort%20attribute%20to%20use%20for%20VLV%20indexes%20on%20the%20resource.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3ErespectResourcePasswordPolicyChangeAfterReset%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ERespect%20Resource%20Password%20Policy%20Change-After-Reset%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EWhen%20this%20resource%20is%20specified%20in%20a%20Login%20Module%20(i.e.%2C%20this%20resource%20is%20a%20pass-through%20authentication%20target)%20and%20the%20resource%26apos%3Bs%20password%20policy%20is%20configured%20for%20change-after-reset%2C%20a%20user%20whose%20resource%20account%20password%20has%20been%20administratively%20reset%20will%20be%20required%20to%20change%20that%20password%20after%20successfully%20authenticating.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EaccountObjectClasses%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EAccount%20Object%20Classes%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20object%20class%20or%20classes%20that%20will%20be%20used%20when%20creating%20new%20user%20objects%20in%20the%20LDAP%20tree.%20When%20entering%20more%20than%20one%20object%20class%2C%20each%20entry%20should%20be%20on%20its%20own%20line%3B%20do%20not%20use%20commas%20or%20semi-colons%20to%20separate%20multiple%20object%20classes.%20Some%20object%20classes%20may%20require%20that%20you%20specify%20all%20object%20classes%20in%20the%20class%20hierarchy.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3EinetOrgPerson%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EmaintainPosixGroupMembership%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EMaintain%20POSIX%20Group%20Membership%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EWhen%20enabled%20and%20a%20user%20is%20renamed%20or%20deleted%2C%20update%20any%20POSIX%20groups%20to%20which%20the%20user%20belongs%20to%20reflect%20the%20new%20name.%20Otherwise%2C%20the%20LDAP%20resource%20must%20maintain%20referential%20integrity%20with%20respect%20to%20group%20membership.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3EtruemaintainLdapGroupMembership%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordDecryptionInitializationVector%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%20Decryption%20Initialization%20Vector%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20initialization%20vector%20to%20decrypt%20passwords%20with%20when%20performing%20password%20synchronization.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eorg.identityconnectors.common.security.GuardedByteArray%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EreadSchema%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ERead%20Schema%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EIf%20true%2C%20the%20connector%20will%20read%20the%20schema%20from%20the%20server.%20If%20false%2C%20the%20connector%20will%20provide%20a%20default%20schema%20based%20on%20the%20object%20classes%20in%20the%20configuration.%20This%20property%20must%20be%20true%20in%20order%20to%20use%20extended%20object%20classes.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Eprincipal%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPrincipal%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20distinguished%20name%20with%20which%20to%20authenticate%20to%20the%20LDAP%20server.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Euid%3Dadmin%2Cou%3Dsystem%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordDecryptionKey%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%20Decryption%20Key%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20key%20to%20decrypt%20passwords%20with%20when%20performing%20password%20synchronization.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eorg.identityconnectors.common.security.GuardedByteArray%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EstatusManagementClass%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EStatus%20management%20class%20%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EClass%20to%20be%20used%20to%20manage%20enabled%2Fdisabled%20status.%20If%20no%20class%20is%20specified%20then%20identity%20status%20management%20wont%20be%20possible.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Eorg.connid.bundles.ldap.commons.AttributeStatusManagement%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EfilterWithOrInsteadOfAnd%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EFilter%20with%20Or%20Instead%20of%20And%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3ENormally%20the%20the%20filter%20used%20to%20fetch%20change%20log%20entries%20is%20an%20and-based%20filter%20retrieving%20an%20interval%20of%20change%20entries.%20If%20this%20property%20is%20set%2C%20the%20filter%20will%20or%20together%20the%20required%20change%20numbers%20instead.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eboolean%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cstring%3Efalse%3C%2Fstring%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3Eport%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3ETCP%20Port%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3ETCP%2FIP%20port%20number%20used%20to%20communicate%20with%20the%20LDAP%20server.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Eint%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%3E%0A%20%20%20%20%20%20%3Cint%3E1389%3C%2Fint%3E%0A%20%20%20%20%3C%2Fvalues%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A%20%20%20%20%3Cschema%3E%0A%20%20%20%20%20%20%3Cname%3EpasswordAttributeToSynchronize%3C%2Fname%3E%0A%20%20%20%20%20%20%3CdisplayName%3EPassword%20Attribute%20to%20Synchronize%3C%2FdisplayName%3E%0A%20%20%20%20%20%20%3ChelpMessage%3EThe%20name%20of%20the%20password%20attribute%20to%20synchronize%20when%20performing%20password%20synchronization.%3C%2FhelpMessage%3E%0A%20%20%20%20%20%20%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A%20%20%20%20%20%20%3Crequired%3Efalse%3C%2Frequired%3E%0A%20%20%20%20%20%20%3Corder%3E0%3C%2Forder%3E%0A%20%20%20%20%20%20%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A%20%20%20%20%3C%2Fschema%3E%0A%20%20%20%20%3Cvalues%2F%3E%0A%20%20%20%20%3Coverridable%3Efalse%3C%2Foverridable%3E%0A%20%20%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%3C%2Fset%3E"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="SEARCH"/> <ConnInstance_capabilities ConnInstance_id="105" capabilities="ONE_PHASE_CREATE"/> <ConnInstance id="106" displayName="H2-test2" location="connid://${testconnectorserver.key}@localhost:${testconnectorserver.port}" bundleName="org.connid.bundles.db.table" connectorName="org.connid.bundles.db.table.DatabaseTableConnector" version="${connid.db.table.version}" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Euser%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Esa%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EenabledStatusValue%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etrue%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EstatusColumn%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Estatus%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EdisabledStatusValue%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Efalse%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EkeyColumn%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eid%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EjdbcUrlTemplate%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Ejdbc%3Ah2%3Atcp%3A//localhost%3A9092/testdb%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EpasswordColumn%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Epassword%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EdefaultStatusValue%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etrue%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Etable%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etest2%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Epassword%3C/name%3E%0A++++++%3Ctype%3Eorg.identityconnectors.common.security.GuardedString%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Esa%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EjdbcDriver%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Eorg.h2.Driver%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EcipherAlgorithm%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3ESHA1%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EretrievePassword%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.Boolean%3C/type%3E%0A++++++%3Crequired%3Efalse%3C/required%3E%0A++++%3C/schema%3E%0A%0A%3Cvalues%3E%0A%3Cjava.lang.String%3Etrue%3C/java.lang.String%3E%0A%3C/values%3E%0A%0A++++%3Coverridable%3Efalse%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E%0A"/> <ConnInstance_capabilities ConnInstance_id="106" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="106" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="106" capabilities="SEARCH"/> <ConnInstance_capabilities ConnInstance_id="106" capabilities="SYNC"/> <ConnInstance id="107" bundleName="org.connid.bundles.db.table" location="connid://${testconnectorserver.key}@localhost:${testconnectorserver.port}" connectorName="org.connid.bundles.db.table.DatabaseTableConnector" displayName="H2-testsync" version="${connid.db.table.version}" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Edatasource%3C%2Fname%3E%0A++++++%3CdisplayName%3EDatasource+Path%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BJDBC+Data+Source+Name%2FPath%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+JDBC+Data+Source+Name%2FPath+to+connect+to+the+Oracle+server.+If+specified%2C+connector+will+only+try+to+connect+using+Datasource+and+ignore+other+resource+parameters+specified.%26lt%3Bbr%26gt%3Bthe+example+value+is%3A+%26lt%3BCODE%26gt%3Bjdbc%2FSampleDataSourceName%26lt%3B%2FCODE%26gt%3B%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E22%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EjdbcDriver%3C%2Fname%3E%0A++++++%3CdisplayName%3EJDBC+Driver%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BJDBC+Driver%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSpecify+the+JDBC+Driver+class+name.+Oracle+is+oracle.jdbc.driver.OracleDriver.+MySQL+is+org.gjt.mm.mysql.Driver.%26lt%3Bbr%26gt%3BCould+be+empty+if+datasource+is+provided.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E14%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Eorg.h2.Driver%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EvalidConnectionQuery%3C%2Fname%3E%0A++++++%3CdisplayName%3EValidate+Connection+Query%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BValidate+Connection+Query%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BThere+can+be+specified+the+check+connection+alive+query.+If+empty%2C+default+implementation+will+test+it+using+the+switch+on%2Foff+the+autocommit.+Some+select+1+from+dummy+table+could+be+more+efficient.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E20%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EenabledStatusValue%3C%2Fname%3E%0A++++++%3CdisplayName%3EEnabled+Status+Value%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BEnabled+Status+Value%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+value+for+enabled+status.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E12%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EpwdEncodeToUpperCase%3C%2Fname%3E%0A++++++%3CdisplayName%3EForce+password+encoding+to+upper+case%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3EForce+password+encoding+to+upper+case.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E25%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3ErethrowAllSQLExceptions%3C%2Fname%3E%0A++++++%3CdisplayName%3ERethrow+all+SQLExceptions%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3EIf+this+is+not+checked%2C+SQL+statements+which+throw+SQLExceptions+with+a+0+ErrorCode+will+be+have+the+exception+caught+and+suppressed.+Check+it+to+have+exceptions+with+0+ErrorCodes+rethrown.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E17%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EchangeLogColumn%3C%2Fname%3E%0A++++++%3CdisplayName%3EChange+Log+Column+%28Sync%29%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%3D%26lt%3Bb%26gt%3BChange+Log+Column%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BThe+change+log+column+store+the+latest+change+time.+Providing+this+value+the+Sync+capabilities+are+activated.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E21%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EenableEmptyString%3C%2Fname%3E%0A++++++%3CdisplayName%3EEnable+writing+empty+string%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BEnable+writing+empty+string%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSelect+to+enable+support+for+writing+an+empty+strings%2C+instead+of+a+NULL+value%2C+in+character+based+columns+defined+as+not-null+in+the+table+schema.+This+option+does+not+influence+the+way+strings+are+written+for+Oracle+based+tables.+By+default+empty+strings+are+written+as+a+NULL+value.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E16%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EallNative%3C%2Fname%3E%0A++++++%3CdisplayName%3EAll+native%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BAll+native%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSelect+to+retrieve+all+data+type+of+the+columns+in+a+native+format+from+the+database+table.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E19%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Edatabase%3C%2Fname%3E%0A++++++%3CdisplayName%3EDatabase%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BDatabase%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+database+on+the+database+server+that+contains+the+table.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E6%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EdisabledStatusValue%3C%2Fname%3E%0A++++++%3CdisplayName%3EDisabled+Status+Value%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BDisabled+Status+Value%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+value+for+disabled+status.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E11%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EpasswordColumn%3C%2Fname%3E%0A++++++%3CdisplayName%3EPassword+Column%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BPassword+Column%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+column+in+the+table+that+will+hold+the+password+values.+If+empty%2C+no+validation+on+resource+and+passwords+are+activated.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E9%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EjdbcUrlTemplate%3C%2Fname%3E%0A++++++%3CdisplayName%3EJDBC+Connection+URL%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BJDBC+Connection+URL%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSpecify+the+JDBC+Driver+Connection+URL.%26lt%3Bbr%26gt%3B+Oracle+template+is+jdbc%3Aoracle%3Athin%3A%40%5Bhost%5D%3A%5Bport%281521%29%5D%3A%5BDB%5D.%26lt%3Bbr%26gt%3B++MySQL+template+is+jdbc%3Amysql%3A%2F%2F%5Bhost%5D%3A%5Bport%283306%29%5D%2F%5Bdb%5D%2C+for+more+info%2C+read+the+JDBC+driver+documentation.%26lt%3Bbr%26gt%3BCould+be+empty+if+datasource+is+provided.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E15%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Ejdbc%3Ah2%3Atcp%3A%2F%2Flocalhost%3A9092%2Ftestdb%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eport%3C%2Fname%3E%0A++++++%3CdisplayName%3EPort%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BTCP+Port%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+port+number+the+database+server+is+listening+on.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E3%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EkeyColumn%3C%2Fname%3E%0A++++++%3CdisplayName%3EKey+Column%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BKey+Column%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BThis+mandatory+column+value+will+be+used+as+the+unique+identifier+for+rows+in+the+table.%26lt%3Bbr%26gt%3B%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Etrue%3C%2Frequired%3E%0A++++++%3Corder%3E8%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Eid%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EnativeTimestamps%3C%2Fname%3E%0A++++++%3CdisplayName%3ENative+Timestamps+%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BNative+Timestamps%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSelect+to+retrieve+Timestamp+data+type+of+the+columns+in+java.sql.Timestamp+format+from+the+database+table.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E18%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EstatusColumn%3C%2Fname%3E%0A++++++%3CdisplayName%3EStatus+Column%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BStatus+Column%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+column+in+the+table+that+will+hold+the+status+values.+If+empty+enabled+and+disabled+operation+wont+be+performed.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E10%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Euser%3C%2Fname%3E%0A++++++%3CdisplayName%3EUser%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BUser%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+mandatory+Database+user+with+permission+to+account+table.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E4%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Esa%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Epassword%3C%2Fname%3E%0A++++++%3CdisplayName%3EUser+Password%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BUser+Password%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+a+user+account+that+has+permission+to+access+accounts+table.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eorg.identityconnectors.common.security.GuardedString%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E5%3C%2Forder%3E%0A++++++%3Cconfidential%3Etrue%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Esa%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Equoting%3C%2Fname%3E%0A++++++%3CdisplayName%3EName+Quoting%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BName+Quoting%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BSelect+whether+database+column+names+for+this+resource+should+be+quoted%2C+and+the+quoting+characters.+By+default%2C+database+column+names+are+not+quoted+%28None%29.+For+other+selections+%28Single%2C+Double%2C+Back%2C+or+Brackets%29%2C+column+names+will+appear+between+single+quotes%2C+double+quotes%2C+back+quotes%2C+or+brackets+in+the+SQL+generated+to+access+the+database.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E1%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EcipherAlgorithm%3C%2Fname%3E%0A++++++%3CdisplayName%3EPassword+cipher+algorithm+%28defaults+to+CLEARTEXT%29%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3ECipher+algorithm+used+to+encode+password+before+to+store+it+onto+the+database+table.%0ASpecify+one+of+the+values+among+CLEARTEXT%2CAES%2C+MD5%2C+SHA1%2C+SHA256+or+a+custom+implementation+identified+by+its+class+name.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E24%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EpwdEncodeToLowerCase%3C%2Fname%3E%0A++++++%3CdisplayName%3EForce+password+encoding+to+lower+case%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3EForce+password+encoding+to+lower+case.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E26%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EcipherKey%3C%2Fname%3E%0A++++++%3CdisplayName%3EPassword+cipher+key%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3ESpecify+key+in+case+of+reversible+algorithm.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E25%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EdefaultStatusValue%3C%2Fname%3E%0A++++++%3CdisplayName%3EDefault+Status+Value%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BDefault+Status+Value%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+value+for+status+in+case+of+status+not+specified.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E13%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Etable%3C%2Fname%3E%0A++++++%3CdisplayName%3ETable%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BTable%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+table+in+the+database+that+contains+the+accounts.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Etrue%3C%2Frequired%3E%0A++++++%3Corder%3E7%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Etestsync%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EjndiProperties%3C%2Fname%3E%0A++++++%3CdisplayName%3EInitial+JNDI+Properties%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BInitial+JNDI+Properties%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BCould+be+empty+or+enter+the+JDBC+JNDI+Initial+context+factory%2C+context+provider+in+a+format%3A+key+%3D+value.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3E%5BLjava.lang.String%3B%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E23%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3EretrievePassword%3C%2Fname%3E%0A++++++%3CdisplayName%3ERetrieve+password%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3ESpecify+if+password+must+be+retrieved+by+default.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Eboolean%3C%2Ftype%3E%0A++++++%3Crequired%3Etrue%3C%2Frequired%3E%0A++++++%3Corder%3E27%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%3E%0A++++++%3Cstring%3Efalse%3C%2Fstring%3E%0A++++%3C%2Fvalues%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Ehost%3C%2Fname%3E%0A++++++%3CdisplayName%3EHost%3C%2FdisplayName%3E%0A++++++%3ChelpMessage%3E%26lt%3Bb%26gt%3BHost%26lt%3B%2Fb%26gt%3B%26lt%3Bbr%26gt%3BEnter+the+name+of+the+host+where+the+database+is+running.%3C%2FhelpMessage%3E%0A++++++%3Ctype%3Ejava.lang.String%3C%2Ftype%3E%0A++++++%3Crequired%3Efalse%3C%2Frequired%3E%0A++++++%3Corder%3E2%3C%2Forder%3E%0A++++++%3Cconfidential%3Efalse%3C%2Fconfidential%3E%0A++++%3C%2Fschema%3E%0A++++%3Cvalues%2F%3E%0A++++%3Coverridable%3Efalse%3C%2Foverridable%3E%0A++%3C%2Forg.apache.syncope.common.types.ConnConfProperty%3E%0A%3C%2Fset%3E"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="ONE_PHASE_CREATE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="TWO_PHASES_CREATE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="ONE_PHASE_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="TWO_PHASES_UPDATE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="ONE_PHASE_DELETE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="TWO_PHASES_DELETE"/> <ConnInstance_capabilities ConnInstance_id="107" capabilities="SEARCH"/> <ExternalResource name="ws-target-resource-1" connector_id="100" randomPwdIfNotProvided="0" enforceMandatoryCondition="0" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="1" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-2" connector_id="100" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="0" createTraceLevel="FAILURES" deleteTraceLevel="NONE" updateTraceLevel="ALL" syncTraceLevel="ALL" syncPolicy_id="9"/> <ExternalResource name="ws-target-resource-timeout" connector_id="102" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="1" createTraceLevel="FAILURES" deleteTraceLevel="NONE" updateTraceLevel="ALL" syncTraceLevel="ALL" xmlConfiguration="%3Cset%3E%0A++%3Corg.apache.syncope.common.types.ConnConfProperty%3E%0A++++%3Cschema%3E%0A++++++%3Cname%3Eendpoint%3C/name%3E%0A++++++%3Ctype%3Ejava.lang.String%3C/type%3E%0A++++++%3Crequired%3Etrue%3C/required%3E%0A++++%3C/schema%3E%0A++++%3Cvalues%3E%0A++++++%3Cjava.lang.String%3Ehttp%3A//localhost%3A9080/syncope-build-tools/services/provisioning%3C/java.lang.String%3E%0A++++%3C/values%3E%0A++++%3Coverridable%3Etrue%3C/overridable%3E%0A++%3C/org.apache.syncope.common.types.ConnConfProperty%3E%0A%3C/set%3E"/> <ExternalResource name="ws-target-resource-list-mappings-1" connector_id="100" randomPwdIfNotProvided="0" enforceMandatoryCondition="0" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-list-mappings-2" connector_id="100" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-delete" connector_id="102" randomPwdIfNotProvided="0" enforceMandatoryCondition="0" propagationMode="TWO_PHASES" propagationPriority="2" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-update" connector_id="100" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="resource-testdb" connector_id="101" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="ONE_PHASE" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="resource-testdb2" connector_id="106" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="ONE_PHASE" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="resource-csv" connector_id="104" randomPwdIfNotProvided="0" enforceMandatoryCondition="0" propagationMode="ONE_PHASE" syncPolicy_id="3" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-update-resetsynctoken" connector_id="100" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" randomPwdIfNotProvided="0" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL" userializedSyncToken="%3Corg.identityconnectors.framework.common.objects.SyncToken%2F%3E"/> <ExternalResource name="resource-ldap" connector_id="105" randomPwdIfNotProvided="1" enforceMandatoryCondition="1" propagationMode="ONE_PHASE" propagationPriority="0" propagationPrimary="1" propagationActionsClassName="org.apache.syncope.core.propagation.impl.LDAPMembershipPropagationActions" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-nopropagation" connector_id="103" randomPwdIfNotProvided="0" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL" passwordPolicy_id="4"/> <!-- The following three resources has been added to verify the issue SYNCOPE-68 --> <ExternalResource name="ws-target-resource-nopropagation2" connector_id="103" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" randomPwdIfNotProvided="0" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-nopropagation3" connector_id="103" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" randomPwdIfNotProvided="0" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <ExternalResource name="ws-target-resource-nopropagation4" connector_id="103" enforceMandatoryCondition="1" propagationMode="TWO_PHASES" randomPwdIfNotProvided="0" propagationPriority="0" propagationPrimary="0" createTraceLevel="ALL" deleteTraceLevel="ALL" updateTraceLevel="ALL" syncTraceLevel="ALL"/> <!-- External resource for issue SYNCOPE-230 --> <ExternalResource name="resource-db-sync" connector_id="107" randomPwdIfNotProvided="0" createTraceLevel="ALL" deleteTraceLevel="ALL" syncTraceLevel="ALL" updateTraceLevel="ALL" enforceMandatoryCondition="0" propagationMode="TWO_PHASES" propagationPrimary="0" propagationPriority="0"/> <!-- External resource for issue SYNCOPE-267 --> <ExternalResource name="resource-db-virattr" connector_id="107" randomPwdIfNotProvided="0" createTraceLevel="ALL" deleteTraceLevel="ALL" syncTraceLevel="ALL" updateTraceLevel="ALL" enforceMandatoryCondition="0" propagationMode="TWO_PHASES" propagationPrimary="0" propagationPriority="0"/> <SyncopeUser_ExternalResource user_id="3" resource_name="ws-target-resource-delete"/> <SyncopeUser_ExternalResource user_id="3" resource_name="ws-target-resource-2"/> <SyncopeUser_ExternalResource user_id="3" resource_name="ws-target-resource-1"/> <SyncopeRole_ExternalResource role_id="3" resource_name="ws-target-resource-list-mappings-1"/> <SyncopeRole_ExternalResource role_id="8" resource_name="ws-target-resource-2"/> <SyncopeRole_ExternalResource role_id="3" resource_name="ws-target-resource-list-mappings-2"/> <SyncopeRole_ExternalResource role_id="7" resource_name="ws-target-resource-nopropagation"/> <SyncopeRole_ExternalResource role_id="10" resource_name="ws-target-resource-nopropagation3"/> <SyncopeRole_ExternalResource role_id="12" resource_name="resource-csv"/> <SyncopeRole_ExternalResource role_id="13" resource_name="resource-csv"/> <UMapping id="15" resource_name="ws-target-resource-1"/> <UMappingItem id="99" mapping_id="15" extAttrName="__NAME__" intMappingType="UserId" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMappingItem id="100" extAttrName="email" mapping_id="15" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="PROPAGATION"/> <UMappingItem id="101" extAttrName="surname" mapping_id="15" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="PROPAGATION"/> <UMappingItem id="102" mapping_id="15" extAttrName="__PASSWORD__" intMappingType="Password" mandatoryCondition="true" accountid="0" password="1" purpose="PROPAGATION"/> <UMappingItem id="335" mapping_id="15" extAttrName="fullname" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="PROPAGATION"/> <UMappingItem id="336" mapping_id="15" extAttrName="type" intAttrName="type" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="PROPAGATION"/> <UMapping id="12" resource_name="ws-target-resource-list-mappings-1"/> <UMappingItem id="103" mapping_id="12" extAttrName="__NAME__" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMappingItem id="104" extAttrName="surname" mapping_id="12" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="PROPAGATION"/> <UMapping id="13" resource_name="ws-target-resource-list-mappings-2"/> <UMappingItem id="105" mapping_id="13" extAttrName="__NAME__" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMapping id="1" resource_name="ws-target-resource-2"/> <UMappingItem id="106" mapping_id="1" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="BOTH"/> <UMappingItem id="107" mapping_id="1" extAttrName="__PASSWORD__" intMappingType="Password" mandatoryCondition="true" accountid="0" password="1" purpose="BOTH"/> <UMappingItem id="108" extAttrName="type" mapping_id="1" intAttrName="type" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="109" extAttrName="surname" mapping_id="1" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="type == 'F'" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="110" extAttrName="name" mapping_id="1" intAttrName="virtualdata" intMappingType="UserVirtualSchema" mandatoryCondition="type == 'F'" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="111" extAttrName="fullname" mapping_id="1" intAttrName="cn" intMappingType="UserDerivedSchema" mandatoryCondition="true" accountid="0" password="0" purpose="BOTH"/> <UMapping id="2" resource_name="ws-target-resource-update"/> <UMappingItem id="112" extAttrName="email" mapping_id="2" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="false" accountid="0" password="0" purpose="PROPAGATION"/> <UMappingItem id="113" extAttrName="userId" mapping_id="2" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="false" accountid="1" password="0" purpose="PROPAGATION"/> <UMappingItem id="114" extAttrName="test3" mapping_id="2" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="false" accountid="0" password="0" purpose="PROPAGATION"/> <UMapping id="3" resource_name="ws-target-resource-nopropagation"/> <UMappingItem id="115" mapping_id="3" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMapping id="4" resource_name="ws-target-resource-nopropagation2"/> <UMappingItem id="116" mapping_id="4" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMapping id="5" resource_name="ws-target-resource-nopropagation3"/> <UMappingItem id="117" mapping_id="5" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMapping id="6" resource_name="ws-target-resource-nopropagation4"/> <UMappingItem id="118" mapping_id="6" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMapping id="7" resource_name="resource-testdb"/> <UMappingItem id="119" mapping_id="7" extAttrName="__NAME__" intMappingType="Username" mandatoryCondition="true" accountid="1" password="0" purpose="BOTH"/> <UMappingItem id="120" mapping_id="7" extAttrName="__PASSWORD__" intMappingType="Password" mandatoryCondition="true" accountid="0" password="1" purpose="BOTH"/> <UMapping id="8" resource_name="resource-testdb2"/> <UMappingItem id="121" mapping_id="8" extAttrName="__NAME__" intMappingType="Username" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <UMappingItem id="122" mapping_id="8" extAttrName="__PASSWORD__" intMappingType="Password" mandatoryCondition="true" accountid="0" password="1" purpose="PROPAGATION"/> <UMapping id="9" resource_name="resource-csv"/> <UMappingItem id="200" extAttrName="id" mapping_id="9" intMappingType="Username" mandatoryCondition="true" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="201" extAttrName="id" mapping_id="9" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="202" mapping_id="9" extAttrName="__PASSWORD__" intMappingType="Password" mandatoryCondition="true" accountid="0" password="1" purpose="BOTH"/> <UMappingItem id="203" extAttrName="name" mapping_id="9" intAttrName="firstname" intMappingType="UserSchema" mandatoryCondition="false" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="204" extAttrName="surname" mapping_id="9" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="false" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="205" extAttrName="email" mapping_id="9" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="SYNCHRONIZATION"/> <UMappingItem id="206" extAttrName="email" mapping_id="9" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="true" accountid="0" password="0" purpose="SYNCHRONIZATION"/> <UMappingItem id="207" extAttrName="__NAME__" mapping_id="9" intAttrName="csvuserid" intMappingType="UserDerivedSchema" mandatoryCondition="true" accountid="1" password="0" purpose="BOTH"/> <UMappingItem id="208" extAttrName="role" mapping_id="9" intAttrName="rderToBePropagated" intMappingType="RoleDerivedSchema" mandatoryCondition="false" accountid="0" password="0" purpose="BOTH"/> <UMappingItem id="209" extAttrName="membership" mapping_id="9" intAttrName="mderToBePropagated" intMappingType="MembershipDerivedSchema" mandatoryCondition="false" accountid="0" password="0" purpose="BOTH"/> <UMapping id="10" resource_name="ws-target-resource-update-resetsynctoken"/> <UMappingItem id="300" mapping_id="10" extAttrName="__NAME__" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="false" accountid="1" password="0" purpose="BOTH"/> <UMappingItem id="301" mapping_id="10" extAttrName="__PASSWORD__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="false" accountid="0" password="1" purpose="BOTH"/> <UMapping id="11" resource_name="resource-ldap" accountlink="'uid=' + username + ',ou=people,o=isp'"/> <UMappingItem id="311" accountid="1" password="0" mapping_id="11" extAttrName="__UID__" intAttrName="Username" intMappingType="Username" mandatoryCondition="true" purpose="BOTH"/> <UMappingItem id="312" accountid="0" password="1" mapping_id="11" extAttrName="__PASSWORD__" intAttrName="Password" intMappingType="Password" mandatoryCondition="true" purpose="BOTH"/> <UMappingItem id="313" accountid="0" password="0" mapping_id="11" extAttrName="sn" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="true" purpose="BOTH"/> <UMappingItem id="314" accountid="0" password="0" mapping_id="11" extAttrName="cn" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" purpose="BOTH"/> <UMappingItem id="315" accountid="0" password="0" mapping_id="11" extAttrName="mail" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="false" purpose="BOTH"/> <UMappingItem id="316" accountid="0" password="0" mapping_id="11" extAttrName="title" intAttrName="title" intMappingType="RoleSchema" mandatoryCondition="false" purpose="BOTH"/> <UMappingItem id="317" accountid="0" password="0" mapping_id="11" extAttrName="postalAddress" intAttrName="postalAddress" intMappingType="MembershipSchema" mandatoryCondition="false" purpose="BOTH"/> <UMappingItem id="318" accountid="0" password="0" mapping_id="11" extAttrName="mail" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="false" purpose="BOTH"/> <UMappingItem id="319" accountid="0" password="0" mapping_id="11" extAttrName="givenname" intAttrName="virtualReadOnly" intMappingType="UserVirtualSchema" mandatoryCondition="false" purpose="BOTH"/> <RMapping id="1" resource_name="resource-ldap" accountlink="'cn=' + name + ',ou=groups,o=isp'"/> <RMappingItem id="1" accountid="1" password="0" mapping_id="1" extAttrName="__UID__" intAttrName="roleName" intMappingType="RoleName" mandatoryCondition="true" purpose="BOTH"/> <RMappingItem id="2" accountid="0" password="0" mapping_id="1" extAttrName="owner" intAttrName="roleOwnerSchema" intMappingType="RoleOwnerSchema" mandatoryCondition="false" purpose="BOTH"/> <RMappingItem id="3" accountid="0" password="0" mapping_id="1" extAttrName="description" intAttrName="title" intMappingType="RoleSchema" mandatoryCondition="false" purpose="BOTH"/> <RMappingItem id="4" extAttrName="businessCategory" mapping_id="1" intAttrName="rvirtualdata" intMappingType="RoleVirtualSchema" mandatoryCondition="false" accountid="0" password="0" purpose="BOTH"/> <UMapping id="16" resource_name="resource-db-sync"/> <UMappingItem id="321" accountid="0" mapping_id="16" extAttrName="EMAIL" intAttrName="email" intMappingType="UserSchema" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMappingItem id="322" accountid="0" mapping_id="16" extAttrName="SURNAME" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMappingItem id="323" accountid="1" mapping_id="16" extAttrName="__NAME__" intAttrName="aLong" intMappingType="UserSchema" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMappingItem id="324" accountid="0" mapping_id="16" extAttrName="SURNAME" intAttrName="surname" intMappingType="UserSchema" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMappingItem id="325" accountid="0" mapping_id="16" extAttrName="USERNAME" intAttrName="Username" intMappingType="Username" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMappingItem id="326" accountid="0" mapping_id="16" extAttrName="EMAIL" intAttrName="userId" intMappingType="UserSchema" mandatoryCondition="false" password="0" purpose="BOTH"/> <UMapping id="17" resource_name="resource-db-virattr"/> <UMappingItem id="331" mapping_id="17" accountid="1" password="0" extAttrName="__NAME__" intMappingType="UserId" mandatoryCondition="true" purpose="BOTH"/> <UMappingItem id="332" mapping_id="17" accountid="0" password="0" extAttrName="USERNAME" intAttrName="virtualdata" intMappingType="UserVirtualSchema" mandatoryCondition="false" purpose="BOTH"/> <UMapping id="18" resource_name="ws-target-resource-timeout"/> <UMappingItem id="333" mapping_id="18" accountid="1" password="0" extAttrName="__NAME__" intAttrName="fullname" intMappingType="UserSchema" mandatoryCondition="true" purpose="PROPAGATION"/> <UMapping id="19" resource_name="ws-target-resource-delete"/> <UMappingItem id="334" mapping_id="19" extAttrName="__NAME__" intMappingType="Username" mandatoryCondition="true" accountid="1" password="0" purpose="PROPAGATION"/> <Task DTYPE="PropagationTask" id="1" propagationMode="TWO_PHASES" propagationOperation="UPDATE" objectClassName="__ACCOUNT__" resource_name="ws-target-resource-2" subjectType="USER" subjectId="1" xmlAttributes="%3Cset%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3E__PASSWORD__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Corg.identityconnectors.common.security.GuardedString%3E%0A++++++++++%3Creadonly%3Efalse%3C%2Freadonly%3E%0A++++++++++%3Cdisposed%3Efalse%3C%2Fdisposed%3E%0A++++++++++%3CencryptedBytes%3Em9nh2US0Sa6m%2BcXccCq0Xw%3D%3D%3C%2FencryptedBytes%3E%0A++++++++%3C%2Forg.identityconnectors.common.security.GuardedString%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Name%3E%0A++++%3Cname%3E__NAME__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3EuserId%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Name%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Efullname%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Efullname%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Etype%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Etype%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A%3C%2Fset%3E"/> <TaskExec id="1" task_id="1" status="SUCCESS"/> <Task DTYPE="PropagationTask" id="2" propagationMode="ONE_PHASE" propagationOperation="CREATE" objectClassName="__ACCOUNT__" resource_name="ws-target-resource-2" subjectType="USER" subjectId="1" xmlAttributes="%3Cset%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3E__PASSWORD__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Corg.identityconnectors.common.security.GuardedString%3E%0A++++++++++%3Creadonly%3Efalse%3C%2Freadonly%3E%0A++++++++++%3Cdisposed%3Efalse%3C%2Fdisposed%3E%0A++++++++++%3CencryptedBytes%3Em9nh2US0Sa6m%2BcXccCq0Xw%3D%3D%3C%2FencryptedBytes%3E%0A++++++++%3C%2Forg.identityconnectors.common.security.GuardedString%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Name%3E%0A++++%3Cname%3E__NAME__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3EuserId%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Name%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Efullname%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Efullname%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Etype%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Etype%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A%3C%2Fset%3E"/> <Task DTYPE="PropagationTask" id="3" propagationMode="TWO_PHASES" propagationOperation="DELETE" objectClassName="__ACCOUNT__" resource_name="ws-target-resource-2" subjectType="USER" subjectId="1" xmlAttributes="%3Cset%3E%0A++%3Corg.identityconnectors.framework.common.objects.Name%3E%0A++++%3Cname%3E__NAME__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3EuserId%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Name%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3E__PASSWORD__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Corg.identityconnectors.common.security.GuardedString%3E%0A++++++++++%3C__readOnly%3Efalse%3C%2F__readOnly%3E%0A++++++++++%3C__disposed%3Efalse%3C%2F__disposed%3E%0A++++++++++%3C__encryptedBytes%3EQTOgwEhIHqtAI%2FYlgDhYc37esEF8VLDMU2IY1ciltrg%3D%3C%2F__encryptedBytes%3E%0A++++++++++%3C__base64SHA1Hash%3EW5%2FrwtdCnI8gAnIUhKcahMEnMMc%3D%3C%2F__base64SHA1Hash%3E%0A++++++++%3C%2Forg.identityconnectors.common.security.GuardedString%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Etype%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Etype%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A%3C%2Fset%3E"/> <Task DTYPE="SyncTask" id="4" name="CSV Task" resource_name="resource-csv" performCreate="1" performUpdate="1" performDelete="1" syncStatus="1" fullReconciliation="0" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <Task DTYPE="SchedTask" id="5" name="SampleJob Task" jobClassName="org.apache.syncope.core.quartz.SampleJob" cronExpression="0 0 0 1 * ?"/> <Task DTYPE="PropagationTask" id="6" propagationMode="TWO_PHASES" propagationOperation="UPDATE" objectClassName="__ACCOUNT__" resource_name="ws-target-resource-nopropagation" subjectType="USER" subjectId="1" xmlAttributes="%3Cset%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3E__PASSWORD__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Corg.identityconnectors.common.security.GuardedString%3E%0A++++++++++%3Creadonly%3Efalse%3C%2Freadonly%3E%0A++++++++++%3Cdisposed%3Efalse%3C%2Fdisposed%3E%0A++++++++++%3CencryptedBytes%3Em9nh2US0Sa6m%2BcXccCq0Xw%3D%3D%3C%2FencryptedBytes%3E%0A++++++++%3C%2Forg.identityconnectors.common.security.GuardedString%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Name%3E%0A++++%3Cname%3E__NAME__%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3EuserId%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Name%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Efullname%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Efullname%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A++%3Corg.identityconnectors.framework.common.objects.Attribute%3E%0A++++%3Cname%3Etype%3C%2Fname%3E%0A++++%3Cvalue+class%3D%22java.util.Collections%24UnmodifiableRandomAccessList%22+resolves-to%3D%22java.util.Collections%24UnmodifiableList%22%3E%0A++++++%3Cc+class%3D%22list%22%3E%0A++++++++%3Cstring%3Etype%3C%2Fstring%3E%0A++++++%3C%2Fc%3E%0A++++++%3Clist+reference%3D%22..%2Fc%22%2F%3E%0A++++%3C%2Fvalue%3E%0A++%3C%2Forg.identityconnectors.framework.common.objects.Attribute%3E%0A%3C%2Fset%3E"/> <Task DTYPE="SyncTask" id="7" name="TestDB Task" resource_name="resource-testdb" performCreate="1" performUpdate="1" performDelete="0" syncStatus="1" fullReconciliation="1" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <Task DTYPE="NotificationTask" id="8" sender="[email protected]" subject="Notification for SYNCOPE-81" textBody="NOTIFICATION-81" htmlBody="NOTIFICATION-81" traceLevel="ALL"/> <Task DTYPE="SyncTask" id="9" name="TestDB2 Task" resource_name="resource-testdb2" performCreate="1" performUpdate="1" performDelete="0" syncStatus="1" fullReconciliation="1" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <Task DTYPE="SyncTask" id="10" name="TestDB Sync Task" resource_name="resource-db-sync" fullReconciliation="1" performCreate="1" performDelete="1" performUpdate="1" syncStatus="0" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <Task DTYPE="SyncTask" id="11" name="LDAP Sync Task" resource_name="resource-ldap" fullReconciliation="1" performCreate="1" performDelete="1" performUpdate="1" syncStatus="0" actionsClassName="org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <Task DTYPE="SyncTask" id="12" name="VirAttrCache test" resource_name="resource-csv" performCreate="0" performUpdate="1" performDelete="0" syncStatus="0" fullReconciliation="1" jobClassName="org.apache.syncope.core.sync.impl.SyncJob"/> <NotificationTask_recipients notificationtask_id="8" address="[email protected]"/> <!-- Authentication and authorization --> <Entitlement name="base"/> <Entitlement name="advanced" description="Advanced entitlement"/> <Entitlement name="SCHEMA_CREATE"/> <Entitlement name="SCHEMA_READ"/> <Entitlement name="SCHEMA_UPDATE"/> <Entitlement name="SCHEMA_DELETE"/> <Entitlement name="USER_LIST"/> <Entitlement name="USER_CREATE"/> <Entitlement name="USER_READ"/> <Entitlement name="USER_UPDATE"/> <Entitlement name="USER_DELETE"/> <Entitlement name="USER_VIEW"/> <Entitlement name="ROLE_CREATE"/> <Entitlement name="ROLE_READ"/> <Entitlement name="ROLE_UPDATE"/> <Entitlement name="ROLE_DELETE"/> <Entitlement name="RESOURCE_CREATE"/> <Entitlement name="RESOURCE_READ"/> <Entitlement name="RESOURCE_UPDATE"/> <Entitlement name="RESOURCE_DELETE"/> <Entitlement name="RESOURCE_GETCONNECTOROBJECT"/> <Entitlement name="CONNECTOR_LIST"/> <Entitlement name="CONNECTOR_CREATE"/> <Entitlement name="CONNECTOR_READ"/> <Entitlement name="CONNECTOR_UPDATE"/> <Entitlement name="CONNECTOR_DELETE"/> <Entitlement name="CONNECTOR_RELOAD"/> <Entitlement name="CONFIGURATION_LIST"/> <Entitlement name="CONFIGURATION_CREATE"/> <Entitlement name="CONFIGURATION_READ"/> <Entitlement name="CONFIGURATION_UPDATE"/> <Entitlement name="CONFIGURATION_DELETE"/> <Entitlement name="TASK_CREATE"/> <Entitlement name="TASK_LIST"/> <Entitlement name="TASK_EXECUTE"/> <Entitlement name="TASK_READ"/> <Entitlement name="TASK_UPDATE"/> <Entitlement name="TASK_DELETE"/> <Entitlement name="POLICY_CREATE"/> <Entitlement name="POLICY_LIST"/> <Entitlement name="POLICY_READ"/> <Entitlement name="POLICY_UPDATE"/> <Entitlement name="POLICY_DELETE"/> <Entitlement name="WORKFLOW_DEF_READ"/> <Entitlement name="WORKFLOW_DEF_UPDATE"/> <Entitlement name="WORKFLOW_TASK_LIST"/> <Entitlement name="WORKFLOW_FORM_LIST"/> <Entitlement name="WORKFLOW_FORM_READ"/> <Entitlement name="WORKFLOW_FORM_CLAIM"/> <Entitlement name="WORKFLOW_FORM_SUBMIT"/> <Entitlement name="NOTIFICATION_LIST"/> <Entitlement name="NOTIFICATION_CREATE"/> <Entitlement name="NOTIFICATION_READ"/> <Entitlement name="NOTIFICATION_UPDATE"/> <Entitlement name="NOTIFICATION_DELETE"/> <Entitlement name="USER_REQUEST_LIST"/> <Entitlement name="USER_REQUEST_READ"/> <Entitlement name="USER_REQUEST_DELETE"/> <Entitlement name="REPORT_LIST"/> <Entitlement name="REPORT_READ"/> <Entitlement name="REPORT_CREATE"/> <Entitlement name="REPORT_UPDATE"/> <Entitlement name="REPORT_DELETE"/> <Entitlement name="REPORT_EXECUTE"/> <Entitlement name="LOG_LIST"/> <Entitlement name="LOG_SET_LEVEL"/> <Entitlement name="LOG_DELETE"/> <Entitlement name="AUDIT_LIST"/> <Entitlement name="AUDIT_ENABLE"/> <Entitlement name="AUDIT_DISABLE"/> <Entitlement name="ROLE_1"/> <Entitlement name="ROLE_2"/> <Entitlement name="ROLE_3"/> <Entitlement name="ROLE_4"/> <Entitlement name="ROLE_5"/> <Entitlement name="ROLE_6"/> <Entitlement name="ROLE_7"/> <Entitlement name="ROLE_8"/> <Entitlement name="ROLE_9"/> <Entitlement name="ROLE_10"/> <Entitlement name="ROLE_11"/> <Entitlement name="ROLE_12"/> <Entitlement name="ROLE_13"/> <Entitlement name="ROLE_14"/> <SyncopeRole_Entitlement entitlement_name="base" role_id="1"/> <SyncopeRole_Entitlement entitlement_name="advanced" role_id="1"/> <SyncopeRole_Entitlement entitlement_name="base" role_id="2"/> <SyncopeRole_Entitlement entitlement_name="USER_READ" role_id="2"/> <SyncopeRole_Entitlement entitlement_name="USER_LIST" role_id="2"/> <SyncopeRole_Entitlement entitlement_name="USER_READ" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="USER_LIST" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="ROLE_8" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="ROLE_9" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="ROLE_7" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="ROLE_1" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="WORKFLOW_FORM_CLAIM" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="WORKFLOW_FORM_SUBMIT" role_id="7"/> <SyncopeRole_Entitlement entitlement_name="SCHEMA_READ" role_id="8"/> <SyncopeRole_Entitlement entitlement_name="ROLE_READ" role_id="8"/> <SyncopeRole_Entitlement entitlement_name="WORKFLOW_FORM_CLAIM" role_id="8"/> <Notification id="1" sender="[email protected]" subject="Test subject" template="test" selfAsRecipient="0" traceLevel="ALL" xmlAbout="%3Corg.apache.syncope.common.search.NodeCond%3E%0A++%3Ctype%3EAND%3C%2Ftype%3E%0A++%3CleftNodeCond%3E%0A++++%3Ctype%3ELEAF%3C%2Ftype%3E%0A++++%3CattributeCond%3E%0A++++++%3Ctype%3ELIKE%3C%2Ftype%3E%0A++++++%3Cschema%3Efullname%3C%2Fschema%3E%0A++++++%3Cexpression%3E%25o%25%3C%2Fexpression%3E%0A++++%3C%2FattributeCond%3E%0A++%3C%2FleftNodeCond%3E%0A++%3CrightNodeCond%3E%0A++++%3Ctype%3ELEAF%3C%2Ftype%3E%0A++++%3CattributeCond%3E%0A++++++%3Ctype%3ELIKE%3C%2Ftype%3E%0A++++++%3Cschema%3Efullname%3C%2Fschema%3E%0A++++++%3Cexpression%3E%25i%25%3C%2Fexpression%3E%0A++++%3C%2FattributeCond%3E%0A++%3C%2FrightNodeCond%3E%0A%3C%2Forg.apache.syncope.common.search.NodeCond%3E" xmlRecipients="%3Corg.apache.syncope.common.search.NodeCond%3E%0A++%3Ctype%3ELEAF%3C%2Ftype%3E%0A++%3CmembershipCond%3E%0A++++%3CroleId%3E7%3C%2FroleId%3E%0A++%3C%2FmembershipCond%3E%0A%3C%2Forg.apache.syncope.common.search.NodeCond%3E" recipientAttrType="UserSchema" recipientAttrName="email"/> <Notification_events Notification_id="1" events="[CUSTOM]:[]:[]:[unexisting1]:[FAILURE]"/> <Notification_events Notification_id="1" events="[CUSTOM]:[]:[]:[unexisting2]:[SUCCESS]"/> <Report id="1" name="test"/> <ReportletConfInstance id="1" Report_id="1" serializedInstance="%3Corg.apache.syncope.common.report.UserReportletConf%3E%0A++%3Cname%3EtestUserReportlet%3C%2Fname%3E%0A++%3Cattrs%3E%0A++++%3Cstring%3Efullname%3C%2Fstring%3E%0A++++%3Cstring%3Egender%3C%2Fstring%3E%0A++%3C%2Fattrs%3E%0A++%3CderAttrs+class%3D%22singleton-list%22%3E%0A++++%3Cstring%3Ecn%3C%2Fstring%3E%0A++%3C%2FderAttrs%3E%0A++%3CvirAttrs+class%3D%22singleton-list%22%3E%0A++++%3Cstring%3Evirtualdata%3C%2Fstring%3E%0A++%3C%2FvirAttrs%3E%0A++%3Cfeatures+class%3D%22java.util.Arrays%24ArrayList%22%3E%0A++++%3Ca+class%3D%22org.apache.syncope.common.report.UserReportletConf%24Feature-array%22%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3Eid%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3Eusername%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3EworkflowId%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3Estatus%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3EcreationDate%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3ElastLoginDate%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3EchangePwdDate%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3EpasswordHistorySize%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3EfailedLoginCount%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3Ememberships%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++++%3Corg.apache.syncope.common.report.UserReportletConf_-Feature%3Eresources%3C%2Forg.apache.syncope.common.report.UserReportletConf_-Feature%3E%0A++++%3C%2Fa%3E%0A++%3C%2Ffeatures%3E%0A%3C%2Forg.apache.syncope.common.report.UserReportletConf%3E"/> <ReportExec Report_id="1" id="1" status="SUCCESS" startDate="2012-02-26 15:40:04" endDate="2012-02-26 15:41:04"/> <SyncopeLogger logName="syncope.audit.[REST]:[AuthenticationController]:[]:[getEntitlements]:[SUCCESS]" logLevel="DEBUG" logType="AUDIT"/> <ACT_RU_EXECUTION ID_="4" REV_="2" PROC_INST_ID_="4" PROC_DEF_ID_="userWorkflow:1:3" ACT_ID_="active" IS_ACTIVE_="1" IS_CONCURRENT_="0" IS_SCOPE_="1" IS_EVENT_SCOPE_="0" SUSPENSION_STATE_="1"/> <ACT_RU_TASK ID_="5" REV_="2" EXECUTION_ID_="4" PROC_INST_ID_="4" PROC_DEF_ID_="userWorkflow:1:3" NAME_="Active" TASK_DEF_KEY_="active" PRIORITY_="50" CREATE_TIME_="2013-02-25T17:19:03+0100"/> <ACT_RU_EXECUTION ID_="6" REV_="2" PROC_INST_ID_="6" PROC_DEF_ID_="userWorkflow:1:3" ACT_ID_="active" IS_ACTIVE_="1" IS_CONCURRENT_="0" IS_SCOPE_="1" IS_EVENT_SCOPE_="0" SUSPENSION_STATE_="1"/> <ACT_RU_TASK ID_="7" REV_="2" EXECUTION_ID_="6" PROC_INST_ID_="6" PROC_DEF_ID_="userWorkflow:1:3" NAME_="Active" TASK_DEF_KEY_="active" PRIORITY_="50" CREATE_TIME_="2013-02-25T17:19:03+0100"/> <ACT_RU_EXECUTION ID_="8" REV_="2" PROC_INST_ID_="8" PROC_DEF_ID_="userWorkflow:1:3" ACT_ID_="active" IS_ACTIVE_="1" IS_CONCURRENT_="0" IS_SCOPE_="1" IS_EVENT_SCOPE_="0" SUSPENSION_STATE_="1"/> <ACT_RU_TASK ID_="9" REV_="2" EXECUTION_ID_="8" PROC_INST_ID_="8" PROC_DEF_ID_="userWorkflow:1:3" NAME_="Active" TASK_DEF_KEY_="active" PRIORITY_="50" CREATE_TIME_="2013-02-25T17:19:03+0100"/> <ACT_RU_EXECUTION ID_="10" REV_="2" PROC_INST_ID_="10" PROC_DEF_ID_="userWorkflow:1:3" ACT_ID_="active" IS_ACTIVE_="1" IS_CONCURRENT_="0" IS_SCOPE_="1" IS_EVENT_SCOPE_="0" SUSPENSION_STATE_="1"/> <ACT_RU_TASK ID_="11" REV_="2" EXECUTION_ID_="10" PROC_INST_ID_="10" PROC_DEF_ID_="userWorkflow:1:3" NAME_="Active" TASK_DEF_KEY_="active" PRIORITY_="50" CREATE_TIME_="2013-02-25T17:19:03+0100"/> <ACT_RU_EXECUTION ID_="12" REV_="2" PROC_INST_ID_="12" PROC_DEF_ID_="userWorkflow:1:3" ACT_ID_="active" IS_ACTIVE_="1" IS_CONCURRENT_="0" IS_SCOPE_="1" IS_EVENT_SCOPE_="0" SUSPENSION_STATE_="1"/> <ACT_RU_TASK ID_="13" REV_="2" EXECUTION_ID_="12" PROC_INST_ID_="12" PROC_DEF_ID_="userWorkflow:1:3" NAME_="Active" TASK_DEF_KEY_="active" PRIORITY_="50" CREATE_TIME_="2013-02-25T17:19:03+0100"/> </dataset>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy