4359. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2018 9:06:51 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.

4359.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\VATS 2.2.0\var-utility-resources-2.2.0.zip\VarUtilityResourceIntTest\src\resIntTest\java\gov\va\vamf\scheduling\varutility\testutility IntegrationTestConfiguration.java Fri Jun 1 01:37:09 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\VATS 2.2.0\var-utility-resources-2.2.0.zip\VarUtilityResourceIntTest\src\resIntTest\java\gov\va\vamf\scheduling\varutility\testutility IntegrationTestConfiguration.java Sat Oct 6 00:21:09 2018 UTC

4359.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 70
Changed 2 10
Inserted 0 0
Removed 0 0

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

4359.4 Active regular expressions

No regular expressions were active.

4359.5 Comparison detail

  1   package go v.va.vamf. scheduling .varutilit y.testutil ity;
  2  
  3   import gov .va.vamf.s cheduling. varutility .clientapi .Authentic ationInfo;
  4   import com .agilex.he althcare.u tility.Nul lChecker;
  5  
  6   public cla ss Integra tionTestCo nfiguratio n {
  7         private st atic Strin g serverBa seUri = "h ttp:// IP             /VarUtilit yServices/ v2/m2/p0/r est";
  8         private st atic final  String MH PAuthorize URI    = "http:// IP             /Authoriza tionServic es/provide r/authoriz e";
  9         private st atic final  String MH PTokenURI  = "http:// IP             /Authoriza tionServic es/oauth/t oken";
  10  
  11       public  static St ring getSe rverBaseUr i(){
  12           re turn serve rBaseUri;
  13       }
  14  
  15           pu blic stati c String g etMHPAutho rizeURI()  {
  16                    retu rn MHPAuth orizeURI;
  17           }
  18  
  19           pu blic stati c String g etMHPToken URI() {
  20                    retu rn MHPToke nURI;
  21           }
  22  
  23       public  static Au thenticati onInfo get ProviderAu thenticati onInfo() {
  24           Au thenticati onInfo aut henticatio nInfo = nu ll;
  25           if  (NullChec ker.isNotN ullish(get AuthType() )) {
  26                authenti cationInfo  = new Aut henticatio nInfo();
  27                  authentica tionInfo.s etUsername (" AI ");
  28                  authentica tionInfo.s etPassword (" AI ");
  29                authenti cationInfo .setAuthty pe(getAuth Type());
  30                authenti cationInfo .setFacili tyName("BO STON VAMC" );
  31                authenti cationInfo .setFacili tyCode("52 3");
  32           }
  33           re turn authe nticationI nfo;
  34       }
  35  
  36           pr ivate stat ic String  getAuthTyp e() {
  37                    Stri ng authtyp e = "oauth ";
  38                    retu rn authtyp e;
  39           }
  40   }