684. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:26:29 PM Central 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.

684.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-server\src\test\java\gov\va\nvap\service\permission XACMLContextHandlerPortType.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-server\src\test\java\gov\va\nvap\service\permission XACMLContextHandlerPortType.java Wed Apr 5 15:07:12 2017 UTC

684.2 Comparison summary

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

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

684.4 Active regular expressions

No regular expressions were active.

684.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. DNS     /")
  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