3943. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:00 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

3943.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:00 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-server\src\main\resources\gov\va\nvap\server\endpoint\vista vista-endpoint.xml Fri Apr 21 20:03:28 2017 UTC

3943.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 245
Removed 0 0

3943.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

3943.4 Active regular expressions

No regular expressions were active.

3943.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
        7           
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        9           
        10     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        11           
        12     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
        13           
        14     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        15           
        16     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        17           
        18     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        19                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        20                 http://ww w.springfr amework.or g/schema/u til
        21                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        22                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        23                 http://ww w.springfr amework.or g/schema/c ontext
        24                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        25   >
        26    
        27             
        28     <bean 
        29      id="vistaP atientPrim aryViewEnd point"
        30                      
        31      class="gov .va.nvap.s erver.endp oint.vista .link.Vist ALinkEndpo int"
        32     >
        33                       
        34      <property 
        35       name="logi nContextNa me"
        36                                
        37       value="${v ista.mpi.p sim.loginC ontext}" 
        38      />
        39                       
        40      <property 
        41       name="call backHandle r" 
        42       ref="vista LinkCallba ckHandler"  
        43      />
        44                       
        45      <property 
        46       name="conf iguration"  
        47       ref="inMem oryConfigu ration" 
        48      />
        49                       
        50      <property 
        51       name="rpcC ontext"
        52                                
        53       value="${v ista.mpi.p sim.rpcCon text}" 
        54      />
        55                       
        56      <property 
        57       name="rpcN ame"
        58                                
        59       value="${v ista.mpi.p sim.rpcNam e.patientP rimaryView }" 
        60      />
        61                       
        62      <property 
        63       name="time out" 
        64       value="${v ista.mpi.p sim.timeou t}" 
        65      />
        66                       
        67      <property 
        68       name="retr ies" 
        69       value="${v ista.mpi.p sim.retrie s}" 
        70      />
        71                       
        72      <property 
        73       name="para meterTypes "
        74      >
        75                                 
        76       <map>
        77                                           
        78        <entry 
        79         key="1" 
        80         value="str ing" 
        81        />
        82                                  
        83       </map>
        84                        
        85      </property >
        86              
        87     </bean>
        88    
        89             
        90     <bean 
        91      id="vistaP atientExte ndedViewEn dpoint"
        92                      
        93      class="gov .va.nvap.s erver.endp oint.vista .link.Vist ALinkEndpo int"
        94     >
        95                       
        96      <property 
        97       name="logi nContextNa me"
        98                                
        99       value="${v ista.mpi.p sim.loginC ontext}" 
        100      />
        101                       
        102      <property 
        103       name="call backHandle r" 
        104       ref="vista LinkCallba ckHandler"  
        105      />
        106                       
        107      <property 
        108       name="conf iguration"  
        109       ref="inMem oryConfigu ration" 
        110      />
        111                       
        112      <property 
        113       name="rpcC ontext"
        114                                
        115       value="${v ista.mpi.p sim.rpcCon text}" 
        116      />
        117                       
        118      <property 
        119       name="rpcN ame"
        120                                
        121       value="${v ista.mpi.p sim.rpcNam e.patientC orrelatedD ata}" 
        122      />
        123                       
        124      <property 
        125       name="time out" 
        126       value="${v ista.mpi.p sim.timeou t}" 
        127      />
        128                       
        129      <property 
        130       name="retr ies" 
        131       value="${v ista.mpi.p sim.retrie s}" 
        132      />
        133                       
        134      <property 
        135       name="para meterTypes "
        136      >
        137                                 
        138       <map>
        139                                           
        140        <entry 
        141         key="1" 
        142         value="str ing" 
        143        />
        144                                  
        145       </map>
        146                        
        147      </property >
        148              
        149     </bean>
        150    
        151             
        152     <bean 
        153      id="inMemo ryConfigur ation"
        154                      
        155      class="org .springfra mework.sec urity.auth entication .jaas.memo ry.InMemor yConfigura tion"
        156     >
        157                       
        158      <construct or-arg>
        159                                 
        160       <map>
        161                                           
        162        <entry 
        163         key="TLMPI "
        164        >
        165                                                    
        166         <list>
        167                                                              
        168          <bean
        169                                                                       
        170           class="jav ax.securit y.auth.log in.AppConf igurationE ntry"
        171          >
        172                                                                        
        173           <construct or-arg
        174                                                                                 
        175            value="gov .va.med.vi stalink.se curity.Vis taLoginMod ule" 
        176           />
        177                                                                        
        178           <construct or-arg>
        179                                                                                  
        180            <util:cons tant
        181                                                                                           
        182             static-fie ld="javax. security.a uth.login. AppConfigu rationEntr y.LoginMod uleControl Flag.REQUI SITE" 
        183            />
        184                                                                         
        185           </construc tor-arg>
        186                                                                        
        187           <construct or-arg>
        188                                                                                  
        189            <map>
        190                                                                                            
        191             <entry
        192                                                                                                    
        193              key="gov.v a.med.vist alink.secu rity.Serve rAddressKe y"
        194                                                                                                    
        195              value="${v ista.mpi.p sim.server Address}" 
        196             />
        197                                                                                            
        198             <entry
        199                                                                                                    
        200              key="gov.v a.med.vist alink.secu rity.Serve rPortKey"
        201                                                                                                    
        202              value="${v ista.mpi.p sim.server Port}" 
        203             />
        204                                                                                   
        205            </map>
        206                                                                         
        207           </construc tor-arg>
        208                                                               
        209          </bean>
        210                                                     
        211         </list>
        212                                            
        213        </entry>
        214                                  
        215       </map>
        216                        
        217      </construc tor-arg>
        218              
        219     </bean>
        220    
        221             
        222     <bean 
        223      id="vistaL inkCallbac kHandler"
        224                      
        225      class="gov .va.med.vi stalink.se curity.Cal lbackHandl erUnitTest "
        226     >
        227                       
        228      <construct or-arg 
        229       index="0" 
        230       value="${v ista.mpi.p sim.access Code}" 
        231      />
        232                       
        233      <construct or-arg 
        234       index="1" 
        235       value="${v ista.mpi.p sim.verify Code}" 
        236      />
        237                       
        238      <construct or-arg 
        239       index="2" 
        240       value="${v ista.mpi.p sim.divisi on}" 
        241      />
        242              
        243     </bean>
        244    
        245   </beans>