X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=core%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fcadi%2Ftaf%2Flocalhost%2FLocalhostTaf.java;fp=core%2Fsrc%2Fmain%2Fjava%2Fcom%2Fatt%2Fcadi%2Ftaf%2Flocalhost%2FLocalhostTaf.java;h=af9554f182883dd3c5cc5dff4929436102679db7;hb=62c4eb45e157d502463d797c1353802ca8e1e307;hp=67754a96d8b6b741e79d11fbaabf64024dc35d9e;hpb=a623b7658783e9a66f6131821de9447d58951cfe;p=aaf%2Fcadi.git diff --git a/core/src/main/java/com/att/cadi/taf/localhost/LocalhostTaf.java b/core/src/main/java/org/onap/aaf/cadi/taf/localhost/LocalhostTaf.java similarity index 90% rename from core/src/main/java/com/att/cadi/taf/localhost/LocalhostTaf.java rename to core/src/main/java/org/onap/aaf/cadi/taf/localhost/LocalhostTaf.java index 67754a9..af9554f 100644 --- a/core/src/main/java/com/att/cadi/taf/localhost/LocalhostTaf.java +++ b/core/src/main/java/org/onap/aaf/cadi/taf/localhost/LocalhostTaf.java @@ -20,7 +20,7 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. * * ******************************************************************************/ -package com.att.cadi.taf.localhost; +package org.onap.aaf.cadi.taf.localhost; import java.net.InetAddress; import java.net.NetworkInterface; @@ -32,14 +32,14 @@ import java.util.TreeSet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; -import com.att.cadi.Access; -import com.att.cadi.Access.Level; -import com.att.cadi.CachedPrincipal; -import com.att.cadi.CachedPrincipal.Resp; -import com.att.cadi.Taf; -import com.att.cadi.taf.HttpTaf; -import com.att.cadi.taf.TafResp; -import com.att.cadi.taf.TafResp.RESP; +import org.onap.aaf.cadi.Access; +import org.onap.aaf.cadi.CachedPrincipal; +import org.onap.aaf.cadi.Taf; +import org.onap.aaf.cadi.Access.Level; +import org.onap.aaf.cadi.CachedPrincipal.Resp; +import org.onap.aaf.cadi.taf.HttpTaf; +import org.onap.aaf.cadi.taf.TafResp; +import org.onap.aaf.cadi.taf.TafResp.RESP; /** * Implement the ability to utilize LocalHost as a TAF.