align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / RegexpNameValidator.java
similarity index 95%
rename from security/impl/src/main/java/org/wamblee/usermgt/RegexpNameValidator.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/RegexpNameValidator.java
index 8a774eb7b5e9c60e2cb13284ee050cd20b321c4d..ebdd91317bd8d4294ea05e7601f7d7e23e789deb 100644 (file)
@@ -13,9 +13,9 @@
  * 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.usermgt.UserMgtException.Reason;
+import org.wamblee.security.authentication.UserMgtException.Reason;
 
 /**
  * Validation of names based on a regular expression.