X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2Fjpa%2FJpaGroupSet.java;fp=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2Fjpa%2FJpaGroupSet.java;h=5c076d72083a33d8651e3c7ae0379211b83fbdc3;hb=ca06b860025bad8d605ea2260164e8a2bb242d2b;hp=a9d579e2b89a76561a319058cb9f168e780124bd;hpb=269a53b23d82374ca5a56231635c601f1ea7dcb9;p=utils diff --git a/security/impl/src/main/java/org/wamblee/usermgt/jpa/JpaGroupSet.java b/security/impl/src/main/java/org/wamblee/security/authentication/jpa/JpaGroupSet.java similarity index 95% rename from security/impl/src/main/java/org/wamblee/usermgt/jpa/JpaGroupSet.java rename to security/impl/src/main/java/org/wamblee/security/authentication/jpa/JpaGroupSet.java index a9d579e2..5c076d72 100644 --- a/security/impl/src/main/java/org/wamblee/usermgt/jpa/JpaGroupSet.java +++ b/security/impl/src/main/java/org/wamblee/security/authentication/jpa/JpaGroupSet.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.wamblee.usermgt.jpa; +package org.wamblee.security.authentication.jpa; import java.util.List; import java.util.Set; @@ -23,8 +23,8 @@ import javax.persistence.EntityManager; import javax.persistence.TypedQuery; import org.wamblee.persistence.JpaMergeSupport; -import org.wamblee.usermgt.Group; -import org.wamblee.usermgt.GroupSet; +import org.wamblee.security.authentication.Group; +import org.wamblee.security.authentication.GroupSet; /** * Group set backed by the database.