Index: vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/Galimberti.cls.xml =================================================================== diff -u --- vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/Galimberti.cls.xml (revision 0) +++ vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/Galimberti.cls.xml (revision 55050) @@ -0,0 +1,100 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + + + + + + + Index: WS/Vhisie4/RequestHeader.cls.xml =================================================================== diff -u -r53380 -r55050 --- WS/Vhisie4/RequestHeader.cls.xml (.../RequestHeader.cls.xml) (revision 53380) +++ WS/Vhisie4/RequestHeader.cls.xml (.../RequestHeader.cls.xml) (revision 55050) @@ -62,7 +62,7 @@ TECH.String 1 - + Index: WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml =================================================================== diff -u -r53791 -r55050 --- WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 53791) +++ WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 55050) @@ -158,6 +158,14 @@ Set ..Response.IsGeldig = $$$True Set Resultaat = ..Response.IsGeldig + } ElseIf (##class(TECH.StringUtils).Contains(##class(TECH.StringUtils).ToLower(DecrypteerRequest.Hostname), "galimberti")) { + Set ..Response.PersonalityId = ##class(DOM.common.enu.Personality).Galimberti() + Set ..Response.Taal = ##class(DOM.enu.Taal).Italiaans() + Set ..Response.IsContactGegevensFormulierNodig = $$$False + Set ..Response.IsLoginFormulierNodig = $$$False + Set ..Response.IsGeldig = $$$True + + Set Resultaat = ..Response.IsGeldig } ElseIf (DecrypteerRequest.Hostname = "") { Set ..Response.IsGeldig = $$$False } ElseIf ((DecrypteerRequest.Ref = "") && $$$Not(##class(TECH.StringUtils).Equals(DecrypteerRequest.Header.PersonalityId,##class(DOM.common.enu.Personality).Hein(),##class(DOM.common.enu.Personality).Seefelder(),##class(DOM.common.enu.Personality).Zweygart()))) { Index: vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml =================================================================== diff -u -r45481 -r55050 --- vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 45481) +++ vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 55050) @@ -8,6 +8,13 @@ WSimpl.Vhisie4.Auth.HandelAuthenticator.Decrypteerder,Tools.Mock.MockClassBase right + +LoginParameterBepaler:WSimpl.Unishop.Login.ParameterBepaler="",HandelKlantDataRepository:DOM.VKP.impl.HandelKlantDataRepository="",HandelPersonalityRepository:DOM.common.impl.HandelPersonalityRepository="",WebshopSessionService:APPS.EC.WebshopSessionService="",LoginKortingBewaarder:WSimpl.Unishop.Login.KortingBewaarder="",UrlBepaler:APPS.EC.Webshop.impl.UrlBepaler="",HandelToegelatenLadetypesBepaler:DOM.VKP.impl.HandelToegelatenLadetypesBepaler="",KlantDataBewaarder:APPS.VKP.impl.KlantDataBewaarder="",KlantDataRepository:DOM.VKP.impl.KlantDataRepository="",Logger:vhLib.Logger +%Status + + + DecrypteerRequest:WS.Vhisie4.Auth.DecrypteerRequest WS.Vhisie4.Auth.DecrypteerResponse