X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fsparky%2Fsecurity%2Fportal%2Fconfig%2FPortalAuthenticationConfig.java;fp=src%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fsparky%2Fsecurity%2Fportal%2Fconfig%2FPortalAuthenticationConfig.java;h=a4511b2d5b561516629a4edfd6753d1289eafbe7;hb=c593dfe4c59d37d5d4ea14e3ac31da3318029562;hp=e1046bf383088a9f168be4e9380fca50a0a39f8a;hpb=6777c6092050a0271c5d7de9c239cf1580d41fa8;p=aai%2Fsparky-be.git diff --git a/src/main/java/org/openecomp/sparky/security/portal/config/PortalAuthenticationConfig.java b/src/main/java/org/onap/aai/sparky/security/portal/config/PortalAuthenticationConfig.java similarity index 93% rename from src/main/java/org/openecomp/sparky/security/portal/config/PortalAuthenticationConfig.java rename to src/main/java/org/onap/aai/sparky/security/portal/config/PortalAuthenticationConfig.java index e1046bf..a4511b2 100644 --- a/src/main/java/org/openecomp/sparky/security/portal/config/PortalAuthenticationConfig.java +++ b/src/main/java/org/onap/aai/sparky/security/portal/config/PortalAuthenticationConfig.java @@ -20,13 +20,13 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ -package org.openecomp.sparky.security.portal.config; +package org.onap.aai.sparky.security.portal.config; import java.util.Properties; -import org.openecomp.sparky.util.ConfigHelper; -import org.openecomp.sparky.util.Encryptor; -import org.openecomp.sparky.viewandinspect.config.TierSupportUiConstants; +import org.onap.aai.sparky.util.ConfigHelper; +import org.onap.aai.sparky.util.Encryptor; +import org.onap.aai.sparky.viewandinspect.config.TierSupportUiConstants; /** * Provides Portal authentication configuration.