(no commit message)
[utils] / security / impl / src / test / java / org / wamblee / security / authorization / TestUserAccessor.java
index 73ed12c830315627a5485936538939f3c6564ed4..7ff738dfeef4606268aa3097443c7275a3e7abbe 100644 (file)
  */ 
 package org.wamblee.security.authorization;
 
-import junit.framework.TestCase;
-
-import org.wamblee.security.authentication.Group;
 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.UserAccessor;
 import org.wamblee.security.authentication.UserAdministration;
 import org.wamblee.security.authentication.UserAdministrationImpl;
-import org.wamblee.security.authentication.UserMgtException;
 import org.wamblee.security.authentication.UserMgtException.Reason;
 import org.wamblee.security.encryption.Md5HexMessageDigester;