您好,欢迎来到佳博论文网!

统一用户管理系统及在门户中的应用

论文字数:16890,页数:42 有开题报告,任务书,PPT

摘 要

随着企业信息化程度越来越高,企业内的应用系统也越来越多。但是这些企业系统的孤立也引发了大量的问题:信息共享困难,数据一致性,安全漏洞,昂贵的人工维护成本等等。统一用户管理的目标就是要改变以往的松散、孤立的管理方式,创建统一并可重用的用户管理体系,并且逐步使之成为企业信息化中重要的基础性构件。同时现在许多企业都将已开始利用门户技术整合应用系统,而统一用户管理系统可以做为门户的后台管理。

本文首先分析了目前企业信息化建设现状,提出统一用户管理存在的意义。接下来分析了统一用户管理系统的系统需求,模块设计和系统架构。统一用户管理系统提供了一个通用的用户-组织-岗位模型,并为这套模型进行了科学编码,来为信息共享,系统交互做好准备。同时,统一用户管理系统也是门户平台的后台支持:基于LDAP目录树,管理门户平台用户信息和授权信息;对门户的单点登陆实现提供支持;管理整合到门户平台的应用系统。本文将重点介绍统一用户管理系统如何管理门户目录树和对单点登陆提供支持的设计。统一用户管理系统还有一个作用就是加强了企业系统管理,在众多应用系统之间架起了一座桥梁,解决了目前系统孤立所引起的许多问题。

 

关键词: 门户,目录树,单点登陆,企业信息化,系统孤立

Unified user management system and its application in portal

Abstract

As the information level of enterprise is higher, the application of enterprise is getting more and more. But these isolated enterprise systems have also led to a lot of problems: difficulties in sharing information, data consistency, security loopholes, Artificial expensive maintenance costs.Unified user management goal is to change the loose, isolated management, create reusable user management system, and gradually bring it into enterprise basic component. Now while many companies have begun to use portal technology to integrate applications, and unified user management system can serve as a gateway to the management background.

First, this paper analyzes the current information construction status and significance of unified user management exists. Next analysis of a unified user management system of demand, modular design and system architecture. Unified user management system to provide a common user-organization - post model and this model of scientific coding preparing for information sharing, interactive system. Meanwhile, unified user management system is used to manager portal platform : Based on LDAP directory tree, manager portal platform management information and user authorization information; support portal’s SSO; Management Integration Platform gateway to the application. This paper focuses on unified user management system for the management of portal directory tree and single-point landing support design. Unified user management system is also an enhanced role in the enterprise systems management, In many applications served by a bridge to solve the problems caused isolation systems.

Key words: Portal, Directory tree, SSO, Enterprise information, System isolation

目 录

1绪论1

1.1课题背景1

1.2课题的目标和意义2

1.3 本文结构2

2相关技术简介3

2.1 J2EE体系结构3

2.2 Spring框架概述5

2.3 Hibernate框架概述7

2.4 Struts框架概述8

2.5 WebService介绍8

3系统设计10

3.1系统需求10

3.2模块设计10

3.3系统架构13

4目录树在门户中的设计15

4.1 LDAP协议15

4.1.1 LDAP协议机制15

4.1.2 LDAP模型15

4.1.3 LDAP数据库17

4.2门户和目录树的关系17

4.3目录结构设计18

4.4目录树持久化设计21

5 对单点登陆的支持与设计23

5.1门户的单点登陆23

5.1.1单点登陆技术23

5.1.2单点登陆的实现24

5.1.3统一用户名的提出25

5.1.4统一用户名生成规则25

5.2异构系统间的信息同步26

5.2.1同步方案26

5.2.2同步状态分析26

5.2.3同步设计29

5.2.4不同方式连接的信息同步30

6系统孤立问题的解决办法32

6.1统一信息编码32

6.2统一流程处理33

6.3用户信息变更处理33

6.4小结34

7 结论35

致 谢36

参考文献37

统一用户管理系统及在门户中的应用......