Update project structure for aaf/cadi
[aaf/cadi.git] / client / src / main / java / org / onap / aaf / cadi / client / AbsBasicAuth.java
  * * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
  * *\r
  ******************************************************************************/\r
-package com.att.cadi.client;\r
+package org.onap.aaf.cadi.client;\r
 \r
 import java.io.IOException;\r
 \r
-import com.att.cadi.SecuritySetter;\r
-import com.att.cadi.Symm;\r
-import com.att.cadi.config.SecurityInfoC;\r
+import org.onap.aaf.cadi.SecuritySetter;\r
+import org.onap.aaf.cadi.Symm;\r
+import org.onap.aaf.cadi.config.SecurityInfoC;\r
 \r
 public abstract class AbsBasicAuth<CLIENT> implements SecuritySetter<CLIENT> {\r
                protected static final String REPEAT_OFFENDER="This call is aborted because of repeated usage of invalid Passwords";\r