37685. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:40 AM Central Standard 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.

37685.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\org\sts RequestSecurityTokenImpl.java Wed Jan 16 16:06:26 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\org\sts RequestSecurityTokenImpl.java Wed Jan 16 21:40:46 2019 UTC

37685.2 Comparison summary

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

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

37685.4 Active regular expressions

No regular expressions were active.

37685.5 Comparison detail

  1  
  2   /**
  3    * Please  modify thi s class to  meet your  needs
  4    * This cl ass is not  complete
  5    */
  6  
  7   package or g.sts;
  8  
  9   import jav a.util.log ging.Logge r;
  10   import jav ax.jws.Web Method;
  11   import jav ax.jws.Web Param;
  12   import jav ax.jws.Web Result;
  13   import jav ax.jws.Web Service;
  14   import jav ax.jws.soa p.SOAPBind ing;
  15   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  16  
  17   /**
  18    * This cl ass was ge nerated by  Apache CX F 3.1.15
  19    * 2018-04 -15T14:15: 20.761-05: 00
  20    * Generat ed source  version: 3 .1.15
  21    * 
  22    */
  23  
  24   @javax.jws .WebServic e(
  25                           serviceN ame = "Sec urityToken Service",
  26                           portName  = "Reques tSecurityT oken",
  27                           targetNa mespace =  "http://do cs.oasis-o pen.org/ws -sx/ws-tru st/200512" ,
  28                             wsdlLocati on = "file :/C:/Users / DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/Reque stSecurity Token.wsdl ",
  29                           endpoint Interface  = "org.sts .SecurityT okenServic e")
  30                           
  31   public cla ss Request SecurityTo kenImpl im plements S ecurityTok enService  {
  32  
  33       privat e static f inal Logge r LOG = Lo gger.getLo gger(Reque stSecurity TokenImpl. class.getN ame());
  34  
  35       /* (no n-Javadoc)
  36        * @se e org.sts. SecurityTo kenService #requestSe curityToke n(org.sts. RequestSec urityToken Type reque st)*
  37        */
  38       public  org.sts.R equestSecu rityTokenR esponseTyp e requestS ecurityTok en(Request SecurityTo kenType re quest) { 
  39           LO G.info("Ex ecuting op eration re questSecur ityToken") ;
  40           // LOG.info(r equest.toS tring());
  41           tr y {
  42                org.sts. RequestSec urityToken ResponseTy pe _return  = new org .sts.Reque stSecurity TokenRespo nseType();
  43                java.uti l.List<jav a.lang.Obj ect> _retu rnAny = ne w java.uti l.ArrayLis t<java.lan g.Object>( );
  44                java.lan g.Object _ returnAnyV al1 = null ;
  45                _returnA ny.add(_re turnAnyVal 1);
  46                _return. getAny().a ddAll(_ret urnAny);
  47                return _ return;
  48           }  catch (jav a.lang.Exc eption ex)  {
  49                ex.print StackTrace ();
  50                throw ne w RuntimeE xception(e x);
  51           }
  52       }
  53  
  54   }