X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2Fhibernate%2FUserAdministrationLightComponent.java;fp=security%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2FUserAdministrationLightComponent.java;h=46426cfc136d2ab6f15bdc2544950d217d2a5d09;hb=c9dfc7dda9c77776bbe0aa02edfebe2372f8834f;hp=efd42286e13b5c88a3af59637e33e0eb9cf08e6f;hpb=314065e6d9f9a964d2953e333aa1141b3c01e86d;p=utils diff --git a/security/src/main/java/org/wamblee/usermgt/UserAdministrationLightComponent.java b/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java similarity index 93% rename from security/src/main/java/org/wamblee/usermgt/UserAdministrationLightComponent.java rename to security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java index efd42286..46426cfc 100644 --- a/security/src/main/java/org/wamblee/usermgt/UserAdministrationLightComponent.java +++ b/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.wamblee.usermgt; +package org.wamblee.usermgt.hibernate; import java.util.HashMap; import java.util.Map; @@ -23,6 +23,9 @@ import org.wamblee.system.core.DefaultRequiredInterface; import org.wamblee.system.core.ProvidedInterface; import org.wamblee.system.core.RequiredInterface; import org.wamblee.system.spring.SpringComponent; +import org.wamblee.usermgt.GroupSet; +import org.wamblee.usermgt.UserAdministration; +import org.wamblee.usermgt.UserSet; /** * Light version of the user administration component that requires external