align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / JaasUserAccessor.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/JaasUserAccessor.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/JaasUserAccessor.java
index ec7a25afa36892557a9449be073833ce28dff816..8387a6004fae8dd5b33a790fe472ea9dc6575adb 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 java.security.AccessController;
 import java.security.Principal;