X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FRegexpNameValidator.java;fp=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2FRegexpNameValidator.java;h=ebdd91317bd8d4294ea05e7601f7d7e23e789deb;hb=ca06b860025bad8d605ea2260164e8a2bb242d2b;hp=8a774eb7b5e9c60e2cb13284ee050cd20b321c4d;hpb=269a53b23d82374ca5a56231635c601f1ea7dcb9;p=utils diff --git a/security/impl/src/main/java/org/wamblee/usermgt/RegexpNameValidator.java b/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 8a774eb7..ebdd9131 100644 --- a/security/impl/src/main/java/org/wamblee/usermgt/RegexpNameValidator.java +++ b/security/impl/src/main/java/org/wamblee/security/authentication/RegexpNameValidator.java @@ -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.