X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FInMemoryGroupSet.java;fp=security%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2FInMemoryGroupSet.java;h=b0fc90baecb1a3cb0c907443b2afa914b8179006;hb=ca06b860025bad8d605ea2260164e8a2bb242d2b;hp=ce2d7b8b1206ee2cf456e4fc62ade5c5fb42954b;hpb=269a53b23d82374ca5a56231635c601f1ea7dcb9;p=utils diff --git a/security/impl/src/main/java/org/wamblee/usermgt/InMemoryGroupSet.java b/security/impl/src/main/java/org/wamblee/security/authentication/InMemoryGroupSet.java similarity index 98% rename from security/impl/src/main/java/org/wamblee/usermgt/InMemoryGroupSet.java rename to security/impl/src/main/java/org/wamblee/security/authentication/InMemoryGroupSet.java index ce2d7b8b..b0fc90ba 100644 --- a/security/impl/src/main/java/org/wamblee/usermgt/InMemoryGroupSet.java +++ b/security/impl/src/main/java/org/wamblee/security/authentication/InMemoryGroupSet.java @@ -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 java.util.ArrayList; import java.util.List;