align package names.
[utils] / security / impl / src / test / java / org / wamblee / security / authentication / InMemoryUserSetTest.java
similarity index 94%
rename from security/impl/src/test/java/org/wamblee/usermgt/InMemoryUserSetTest.java
rename to security/impl/src/test/java/org/wamblee/security/authentication/InMemoryUserSetTest.java
index 5c885376091c066c372481e7c931eb59d9f4acfb..d7d26f22f6fb1cb5ae86bb5c52c2266ce7b5aba5 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 junit.framework.TestCase;
 
+import org.wamblee.security.authentication.Group;
+import org.wamblee.security.authentication.GroupSet;
+import org.wamblee.security.authentication.InMemoryGroupSet;
+import org.wamblee.security.authentication.InMemoryUserSet;
+import org.wamblee.security.authentication.RegexpNameValidator;
+import org.wamblee.security.authentication.User;
+import org.wamblee.security.authentication.UserMgtException;
+import org.wamblee.security.authentication.UserSet;
+import org.wamblee.security.authentication.UserMgtException.Reason;
 import org.wamblee.security.encryption.Md5HexMessageDigester;
 
-import org.wamblee.usermgt.UserMgtException.Reason;
 
 import java.sql.SQLException;