Add UM API to modify local user
[controller.git] / opendaylight / usermanager / api / src / main / java / org / opendaylight / controller / usermanager / IUserManager.java
index 141f50cd6261868c8606dd9a863f6481dab2a803..aaf5cbd7cff7297fd71d26ca30e295dba5f934b8 100644 (file)
@@ -78,6 +78,17 @@ public interface IUserManager extends UserDetailsService {
      */
     public Status addLocalUser(UserConfig configObject);
 
+    /**
+     * Modify a local user
+     *
+     * @param configObject
+     *            {@link org.opendaylight.controller.usermanager.internal.UserConfig}
+     *            The new User Configuration
+     * @return refer to {@link org.opendaylight.controller.sal.utils.Status}
+     *         status code
+     */
+    public Status modifyLocalUser(UserConfig configObject);
+
     /**
      * Remove a local user
      *