align package names.
[utils] / 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 a8e1dd5154f33f1123160d7eb9acfc232bd530ee..c6bc3a3df26344ac48c5b0b99c8c4ae4620e7bf9 100644 (file)
  * 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.