X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fimpl%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUsermgtTestUtils.java;fp=security%2Fimpl%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fusermgt%2FUsermgtTestUtils.java;h=c6bc3a3df26344ac48c5b0b99c8c4ae4620e7bf9;hb=ca06b860025bad8d605ea2260164e8a2bb242d2b;hp=a8e1dd5154f33f1123160d7eb9acfc232bd530ee;hpb=269a53b23d82374ca5a56231635c601f1ea7dcb9;p=utils diff --git a/security/impl/src/test/java/org/wamblee/usermgt/UsermgtTestUtils.java b/security/impl/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java similarity index 86% rename from security/impl/src/test/java/org/wamblee/usermgt/UsermgtTestUtils.java rename to security/impl/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java index a8e1dd51..c6bc3a3d 100644 --- a/security/impl/src/test/java/org/wamblee/usermgt/UsermgtTestUtils.java +++ b/security/impl/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java @@ -13,11 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.wamblee.usermgt; +package org.wamblee.security.authentication; +import org.wamblee.security.authentication.Group; +import org.wamblee.security.authentication.RegexpNameValidator; +import org.wamblee.security.authentication.User; +import org.wamblee.security.authentication.UserMgtException; +import org.wamblee.security.authentication.UserMgtException.Reason; import org.wamblee.security.encryption.Md5HexMessageDigester; -import org.wamblee.usermgt.UserMgtException.Reason; /** * User management test utilities.