align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / InMemoryUserSet.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/InMemoryUserSet.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/InMemoryUserSet.java
index e048849d81f0bdacc06f4df080f335208a2a1c92..6c29667728a80201b0025ca669d6e31f88140a99 100644 (file)
@@ -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.security.authentication;
 
 import org.wamblee.security.encryption.MessageDigester;