4041. EPMO Open Source Coordination Office Redaction File Detail Report

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

4041.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:15 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\test\java\gov\va\nvap\service\permission XACMLContextHandlerPortType.java Mon Jun 5 15:17:44 2017 UTC

4041.2 Comparison summary

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

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

4041.4 Active regular expressions

No regular expressions were active.

4041.5 Comparison detail

        1  
        2   package go v.va.nvap. service.pe rmission;
        3  
        4   import jav ax.jws.Web Method;
        5   import jav ax.jws.Web Param;
        6   import jav ax.jws.Web Result;
        7   import jav ax.jws.Web Service;
        8   import jav ax.jws.soa p.SOAPBind ing;
        9   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
        10   import oas is.names.t c.xacml._2 _0.context .schema.os .RequestTy pe;
        11   import oas is.names.t c.xacml._2 _0.context .schema.os .ResponseT ype;
        12  
        13  
        14   /**
        15    * This cl ass was ge nerated by  the JAX-W S RI.
        16    * Oracle  JAX-WS 2.1 .3-06/19/2 008 07:03  PM(bt)
        17    * Generat ed source  version: 2 .1
        18    *
        19    */
        20   @WebServic e(name = " XACMLConte xtHandlerP ortType",  targetName space = "h ttp://cont exthandler .permissio n.service. server.nva p.va.gov/" )
        21   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
        22   @XmlSeeAls o({
        23       oasis. names.tc.x acml._2_0. policy.sch ema.os.Obj ectFactory .class,
        24       oasis. names.tc.x acml._2_0. context.sc hema.os.Ob jectFactor y.class
        25   })
        26   public int erface XAC MLContextH andlerPort Type {
        27  
        28  
        29       /**
        30        *
        31        * @pa ram checkP olicy
        32        * @re turn
        33        *      returns o asis.names .tc.xacml. _2_0.conte xt.schema. os.Respons eType
        34        */
        35       @WebMe thod
        36       @WebRe sult(name  = "Respons e", target Namespace  = "urn:oas is:names:t c:xacml:2. 0:context: schema:os" , partName  = "checkP olicyRespo nse")
        37       public  ResponseT ype checkP olicy(
        38           @W ebParam(na me = "Requ est", targ etNamespac e = "urn:o asis:names :tc:xacml: 2.0:contex t:schema:o s", partNa me = "chec kPolicy")
        39           Re questType  checkPolic y);
        40  
        41   }
        42