4096. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:17 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.

4096.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:17 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-svc-consent-eval\src\main\resources\META-INF\gov\va\nvap\svc\consenteval policy-eval-svc.xml Fri Apr 21 20:15:58 2017 UTC

4096.2 Comparison summary

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

4096.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

4096.4 Active regular expressions

No regular expressions were active.

4096.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     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        10           
        11     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context
        12     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        13           
        14     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        15           
        16     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        17                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        18                 http://ww w.springfr amework.or g/schema/u til
        19                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        20                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        21                 http://ww w.springfr amework.or g/schema/c ontext
        22                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        23   >
        24    
        25             
        26     <bean 
        27      id="policy Evaluation Service"
        28                      
        29      class="gov .va.nvap.s vc.consent eval.impl. PolicyEval uationServ iceImpl"
        30     >
        31                       
        32      <qualifier  
        33       value="Pol icyEvaluat ionSvc" 
        34      />
        35     
        36                       
        37      <property 
        38       name="loca lHomeCommu nityId" 
        39       value="${v a.homeComm unityOidEx t}"
        40      />
        41                   
        42      <property 
        43       name="dodH omeCommuni tyId" 
        44       value="${d od.homeCom munityOidE xt}"
        45      />
        46                       
        47      <property 
        48       name="pdpP roxy" 
        49       ref="pdpSe rviceEndpo int" 
        50      />
        51                       
        52      <property 
        53       name="pdqS ervice" 
        54       ref="pdqSe rvice" 
        55      />
        56                       
        57      <property 
        58       name="pers onService"  
        59       ref="psimS ervice" 
        60      />
        61                       
        62      <property 
        63       name="faci lityServic e" 
        64       ref="facil ityService Facade" 
        65      />
        66                       
        67      <property 
        68       name="pipI nterface" 
        69       ref="pipIn terfaceFac ade" 
        70      />
        71                       
        72      <property 
        73       name="nwhi nConsentTy pe" 
        74       value="NwH IN Authori zation"
        75      />
        76                       
        77      <property 
        78       name="nwhi nRestricti onType" 
        79       value="NwH IN Organiz ation Rest riction Au thorizatio n"
        80      />
        81                       
        82      <property 
        83       name="ssaC onsentType
        84       value="SSA  Authoriza tion"
        85      />
        86                       
        87      <property 
        88       name="adap terDocQuer yEndpoint"  
        89       ref="adapt erDocQuery Endpoint"
        90      />
        91                       
        92      <property 
        93       name="adap terDocRetr ieveEndpoi nt" 
        94       ref="adapt erDocRetri eveEndpoin t"
        95      />
        96              
        97     </bean>
        98             
        99             
        100     <jee:jndi- lookup 
        101      id="pipInt erfaceFaca de"
        102                      
        103      jndi-name= "PIPInterf ace#gov.va .nvap.svc. consentmgm t.PIPInter face" 
        104      cache="tru e"
        105                      
        106      resource-r ef="true" 
        107      lookup-on- startup="t rue"
        108                      
        109      expected-t ype="gov.v a.nvap.svc .consentmg mt.PIPInte rface" 
        110      proxy-inte rface="gov .va.nvap.s vc.consent mgmt.PIPIn terface" 
        111     />
        112         
        113     <jee:jndi- lookup 
        114      id="facili tyServiceF acade"
        115                      
        116      jndi-name= "FacilityS ervice#gov .va.nvap.s vc.facilit y.intf.Fac ilityServi ce" 
        117      cache="tru e"
        118                      
        119      resource-r ef="true" 
        120      lookup-on- startup="t rue"
        121                      
        122      expected-t ype="gov.v a.nvap.svc .facility. intf.Facil ityService
        123      proxy-inte rface="gov .va.nvap.s vc.facilit y.intf.Fac ilityServi ce" 
        124     />
        125    
        126   </beans>