(no commit message)
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / UserAdminInitializer.java
index f716dfbdad9e720fa202f758653432e64ed59fc1..3c33319aa58ee3915d65efe80274dc466dfac85d 100644 (file)
@@ -17,8 +17,6 @@ package org.wamblee.security.authentication;
 
 import org.apache.log4j.Logger;
 
-import java.security.NoSuchAlgorithmException;
-
 /**
  * User administration initializer. It populates the user administration with a
  * number of groups and users but only in case no users exist.
@@ -34,8 +32,7 @@ public class UserAdminInitializer {
      * 
      */
     public UserAdminInitializer(UserAdministration aAdmin, String[] aUsers,
-        String[] aGroups, String[] aPasswords) throws UserMgtException,
-        NoSuchAlgorithmException {
+        String[] aGroups, String[] aPasswords) throws UserMgtException {
         if ((aUsers.length != aGroups.length) ||
             (aUsers.length != aPasswords.length)) {
             throw new IllegalArgumentException(