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

37686.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 SecurityTokenService_Service.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 SecurityTokenService_Service.java Wed Jan 16 21:40:46 2019 UTC

37686.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 168
Changed 3 6
Inserted 0 0
Removed 0 0

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

37686.4 Active regular expressions

No regular expressions were active.

37686.5 Comparison detail

  1   package or g.sts;
  2  
  3   import jav a.net.Malf ormedURLEx ception;
  4   import jav a.net.URL;
  5   import jav ax.xml.nam espace.QNa me;
  6   import jav ax.xml.ws. WebEndpoin t;
  7   import jav ax.xml.ws. WebService Client;
  8   import jav ax.xml.ws. WebService Feature;
  9   import jav ax.xml.ws. Service;
  10  
  11   /**
  12    * This cl ass was ge nerated by  Apache CX F 3.1.15
  13    * 2018-04 -15T14:15: 20.781-05: 00
  14    * Generat ed source  version: 3 .1.15
  15    * 
  16    */
  17   @WebServic eClient(na me = "Secu rityTokenS ervice", 
  18                        wsdlLocati on = "file :/C:/Users / DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/Reque stSecurity Token.wsdl ",
  19                      ta rgetNamesp ace = "htt p://docs.o asis-open. org/ws-sx/ ws-trust/2 00512") 
  20   public cla ss Securit yTokenServ ice_Servic e extends  Service {
  21  
  22       public  final sta tic URL WS DL_LOCATIO N;
  23  
  24       public  final sta tic QName  SERVICE =  new QName( "http://do cs.oasis-o pen.org/ws -sx/ws-tru st/200512" , "Securit yTokenServ ice");
  25       public  final sta tic QName  RequestSec urityToken  = new QNa me("http:/ /docs.oasi s-open.org /ws-sx/ws- trust/2005 12", "Requ estSecurit yToken");
  26       static  {
  27           UR L url = nu ll;
  28           tr y {
  29                  url = new  URL("file: /C:/Users/ DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/Reque stSecurity Token.wsdl ");
  30           }  catch (Mal formedURLE xception e ) {
  31                java.uti l.logging. Logger.get Logger(Sec urityToken Service_Se rvice.clas s.getName( ))
  32                    .log (java.util .logging.L evel.INFO,  
  33                           "Can not i nitialize  the defaul t wsdl fro m {0}", "f ile:/C:/Us ers/ DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/Reque stSecurity Token.wsdl ");
  34           }
  35           WS DL_LOCATIO N = url;
  36       }
  37  
  38       public  SecurityT okenServic e_Service( URL wsdlLo cation) {
  39           su per(wsdlLo cation, SE RVICE);
  40       }
  41  
  42       public  SecurityT okenServic e_Service( URL wsdlLo cation, QN ame servic eName) {
  43           su per(wsdlLo cation, se rviceName) ;
  44       }
  45  
  46       public  SecurityT okenServic e_Service( ) {
  47           su per(WSDL_L OCATION, S ERVICE);
  48       }
  49       
  50       public  SecurityT okenServic e_Service( WebService Feature .. . features ) {
  51           su per(WSDL_L OCATION, S ERVICE, fe atures);
  52       }
  53  
  54       public  SecurityT okenServic e_Service( URL wsdlLo cation, We bServiceFe ature ...  features)  {
  55           su per(wsdlLo cation, SE RVICE, fea tures);
  56       }
  57  
  58       public  SecurityT okenServic e_Service( URL wsdlLo cation, QN ame servic eName, Web ServiceFea ture ... f eatures) {
  59           su per(wsdlLo cation, se rviceName,  features) ;
  60       }    
  61  
  62  
  63  
  64  
  65       /**
  66        *
  67        * @re turn
  68        *      returns S ecurityTok enService
  69        */
  70       @WebEn dpoint(nam e = "Reque stSecurity Token")
  71       public  SecurityT okenServic e getReque stSecurity Token() {
  72           re turn super .getPort(R equestSecu rityToken,  SecurityT okenServic e.class);
  73       }
  74  
  75       /**
  76        * 
  77        * @pa ram featur es
  78        *      A list of  {@link ja vax.xml.ws .WebServic eFeature}  to configu re on the  proxy.  Su pported fe atures not  in the <c ode>featur es</code>  parameter  will have  their defa ult values .
  79        * @re turn
  80        *      returns S ecurityTok enService
  81        */
  82       @WebEn dpoint(nam e = "Reque stSecurity Token")
  83       public  SecurityT okenServic e getReque stSecurity Token(WebS erviceFeat ure... fea tures) {
  84           re turn super .getPort(R equestSecu rityToken,  SecurityT okenServic e.class, f eatures);
  85       }
  86  
  87   }