diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-11-16 15:18:03 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-11-16 15:18:03 +0000 |
commit | de1331212b42603ed762ec69c234b32a71fa764d (patch) | |
tree | aee7d1be2da292d6c88b148a035ecd5967fd3c4b /id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml | |
parent | ca6a7b6abe25499e5afc37d179d2400d28a51378 (diff) | |
download | moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.tar.gz moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.tar.bz2 moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.zip |
Refined Eclipse WTP settings; changed standard configuration
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1041 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml index a94a7210e..cc37809f2 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml @@ -53,18 +53,22 @@ </MOA-SP> <VerifyInfoboxes> - <Infobox Identifier="Mandates" required="false" provideStammzahl="true" provideIdentityLink="true"> + <!-- Zur Aktivierung der Vollmachten-Infobox Ueberpruefung ist das ? (Processing Instruction) im Element Infobox zu entfernen --> + <?Infobox Identifier="Mandates" required="false" provideStammzahl="true" provideIdentityLink="true"> <FriendlyName>Vollmachten</FriendlyName> + <!-- <ApplicationSpecificParameters> - <!-- Kompatibilitaetsmodus: der Vertreter darf sich mit Vollmacht als der Vetretene anmelden --> - <CompatibilityMode>false</CompatibilityMode> - <!-- <ConnectionParameter URL="http://demo.egiz.gv.at/moavv/services/moavvService"> <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> <!- - ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore - -> </ConnectionParameter> <mdp:MandateCheckProfileReference xmlns:mdp="http://reference.e-government.gv.at/namespace/mandateprofile/20041105#" ProfileName="Postvollmacht" ProfileVersion="1"/> - --> + </ApplicationSpecificParameters> + --> + <!-- Konfigurationsteil für berufliche Parteienvertretung --> + <ParepSpecificParameters> + <!-- Kompatibilitaetsmodus: der Vertreter darf sich mit Vollmacht als der Vertretene anmelden --> + <CompatibilityMode>false</CompatibilityMode> <!-- In der folgenden Zeile kann der Vollmachten Validator deaktiviert werden (berufliche Parteienvertretung bleibt aktiviert, soferne Vertretungen konfiguriert sind)> --> <EnableInfoboxValidator>false</EnableInfoboxValidator> <PartyRepresentation> @@ -83,23 +87,21 @@ <PartyRepresentative oid="1.2.40.0.10.3.2" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Rechtsanwaltseigenschaft"/> <!-- Ziviltechniker --> <!-- - <PartyRepresentative oid="1.2.40.0.10.3.3" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Ziviltechnikerinneneigenschaft)" + <PartyRepresentative oid="1.2.40.0.10.3.3" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Ziviltechnikerinneneigenschaft)"> <!- - Standardklasse, die Daten vervollstaendigt - -> <!- - InputProcessor template="/resources/templates/ParepTemplate.html">at.gv.egovernment.moa.id.auth.validator.parep.ParepInputProcessorImpl</InputProcessor- -> <!- - User-Inputformular immer anzeigen (auch wenn die notwendigen Daten bereits vollstaendig vorausgefuellt vorhanden sind) - -> <!- - AlwaysShowForm>true</AlwaysShowForm- -> - <!- - Standard-Stammzahlenregister-Gateway - -> + <!- - Spezifisches-Stammzahlenregister-Gateway - -> <ConnectionParameter URL="https://129.27.142.5:8443/szr-gateway/services/MandateCreation"> <!- - AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates- -> <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> </ConnectionParameter> </PartyRepresentative> --> - <!-- Organwalter --> - <PartyRepresentative oid="1.2.40.0.10.3.10" representPhysicalParty="true" representCorporateParty="false" representationText="Organwalter"/> </PartyRepresentation> - </ApplicationSpecificParameters> - </Infobox> + </ParepSpecificParameters> + </Infobox?> </VerifyInfoboxes> </AuthComponent> |