Examples of modifyUserInfo()


Examples of com.narirelays.ems.services.PrivilegeManagementService.modifyUserInfo()

  public String modifyUserInfo()////修改用户基本信息,不包括修改密码、salt及enabled;本用户操作
  {
    PrivilegeManagementService privilegeManagementService = (PrivilegeManagementService)StorageService.ctx.getBean("privilegeManagementService");
    if(privilegeManagementService!=null)
    {
      resultInfo = privilegeManagementService.modifyUserInfo(parameterMap);
    }
    return SUCCESS;
  }
  public String deleteUserByAdmin()//要求递归删除group_member与authorities这两张表中的相关内容;管理员操作
  {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.