統(tǒng)一用戶管理系統(tǒng)的應(yīng)用.rar
統(tǒng)一用戶管理系統(tǒng)的應(yīng)用,1.6萬(wàn)字 42頁(yè)資料包括開(kāi)題報(bào)告,任務(wù)書,答辯ppt及論文正文摘要隨著企業(yè)信息化程度越來(lái)越高,企業(yè)內(nèi)的應(yīng)用系統(tǒng)也越來(lái)越多。但是這些企業(yè)系統(tǒng)的孤立也引發(fā)了大量的問(wèn)題:信息共享困難,數(shù)據(jù)一致性,安全漏洞,昂貴的人工維護(hù)成本等等。統(tǒng)一用戶管理的目標(biāo)就是要改變以往的松散、孤立的管理方式,創(chuàng)建統(tǒng)一并可重用...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 usactu 發(fā)布
統(tǒng)一用戶管理系統(tǒng)的應(yīng)用
1.6萬(wàn)字 42頁(yè)
資料包括開(kāi)題報(bào)告,任務(wù)書,答辯PPT及論文正文
摘 要
隨著企業(yè)信息化程度越來(lái)越高,企業(yè)內(nèi)的應(yīng)用系統(tǒng)也越來(lái)越多。但是這些企業(yè)系統(tǒng)的孤立也引發(fā)了大量的問(wèn)題:信息共享困難,數(shù)據(jù)一致性,安全漏洞,昂貴的人工維護(hù)成本等等。統(tǒng)一用戶管理的目標(biāo)就是要改變以往的松散、孤立的管理方式,創(chuàng)建統(tǒng)一并可重用的用戶管理體系,并且逐步使之成為企業(yè)信息化中重要的基礎(chǔ)性構(gòu)件。同時(shí)現(xiàn)在許多企業(yè)都將已開(kāi)始利用門戶技術(shù)整合應(yīng)用系統(tǒng),而統(tǒng)一用戶管理系統(tǒng)可以做為門戶的后臺(tái)管理。
本文首先分析了目前企業(yè)信息化建設(shè)現(xiàn)狀,提出統(tǒng)一用戶管理存在的意義。接下來(lái)分析了統(tǒng)一用戶管理系統(tǒng)的系統(tǒng)需求,模塊設(shè)計(jì)和系統(tǒng)架構(gòu)。統(tǒng)一用戶管理系統(tǒng)提供了一個(gè)通用的用戶-組織-崗位模型,并為這套模型進(jìn)行了科學(xué)編碼,來(lái)為信息共享,系統(tǒng)交互做好準(zhǔn)備。同時(shí),統(tǒng)一用戶管理系統(tǒng)也是門戶平臺(tái)的后臺(tái)支持:基于LDAP目錄樹,管理門戶平臺(tái)用戶信息和授權(quán)信息;對(duì)門戶的單點(diǎn)登陸實(shí)現(xiàn)提供支持;管理整合到門戶平臺(tái)的應(yīng)用系統(tǒng)。本文將重點(diǎn)介紹統(tǒng)一用戶管理系統(tǒng)如何管理門戶目錄樹和對(duì)單點(diǎn)登陸提供支持的設(shè)計(jì)。統(tǒng)一用戶管理系統(tǒng)還有一個(gè)作用就是加強(qiáng)了企業(yè)系統(tǒng)管理,在眾多應(yīng)用系統(tǒng)之間架起了一座橋梁,解決了目前系統(tǒng)孤立所引起的許多問(wèn)題。
關(guān)鍵詞: 門戶,目錄樹,單點(diǎn)登陸,企業(yè)信息化,系統(tǒng)孤立
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課題的目標(biāo)和意義 2
1.3 本文結(jié)構(gòu) 2
2相關(guān)技術(shù)簡(jiǎn)介 3
2.1 J2EE體系結(jié)構(gòu) 3
2.2 Spring框架概述 5
2.3 Hibernate框架概述 7
2.4 Struts框架概述 8
2.5 WebService介紹 8
3系統(tǒng)設(shè)計(jì) 10
3.1系統(tǒng)需求 10
3.2模塊設(shè)計(jì) 10
3.3系統(tǒng)架構(gòu) 13
4目錄樹在門戶中的設(shè)計(jì) 15
4.1 LDAP協(xié)議 15
4.1.1 LDAP協(xié)議機(jī)制 15
4.1.2 LDAP模型 15
4.1.3 LDAP數(shù)據(jù)庫(kù) 17
4.2門戶和目錄樹的關(guān)系 17
4.3目錄結(jié)構(gòu)設(shè)計(jì) 18
4.4目錄樹持久化設(shè)計(jì) 21
5 對(duì)單點(diǎn)登陸的支持與設(shè)計(jì) 23
5.1門戶的單點(diǎn)登陸 23
5.1.1單點(diǎn)登陸技術(shù) 23
5.1.2單點(diǎn)登陸的實(shí)現(xiàn) 24
5.1.3統(tǒng)一用戶名的提出 25
5.1.4統(tǒng)一用戶名生成規(guī)則 25
5.2異構(gòu)系統(tǒng)間的信息同步 26
5.2.1同步方案 26
5.2.2同步狀態(tài)分析 26
5.2.3同步設(shè)計(jì) 29
5.2.4不同方式連接的信息同步 30
6系統(tǒng)孤立問(wèn)題的解決辦法 32
6.1統(tǒng)一信息編碼 32
6.2統(tǒng)一流程處理 33
6.3用戶信息變更處理 33
6.4小結(jié) 34
7 結(jié)論 35
致 謝 36
參考文獻(xiàn) 37
1
參考文獻(xiàn)
[13] RFC2256: A Summary of the X.500(96) User Schema for use with LDAPv3
[14]李安渝. Web Services技術(shù)與實(shí)現(xiàn) [M]. 國(guó)防工業(yè)出版社. 2003.1
[15]IBM. A Guide For Portlet Application Development.pdf
[16]Sun公司官方網(wǎng)
[17]林信良. Spring技術(shù)手冊(cè)[M]. 電子工業(yè)出版社. 2005.6
1.6萬(wàn)字 42頁(yè)
資料包括開(kāi)題報(bào)告,任務(wù)書,答辯PPT及論文正文
摘 要
隨著企業(yè)信息化程度越來(lái)越高,企業(yè)內(nèi)的應(yīng)用系統(tǒng)也越來(lái)越多。但是這些企業(yè)系統(tǒng)的孤立也引發(fā)了大量的問(wèn)題:信息共享困難,數(shù)據(jù)一致性,安全漏洞,昂貴的人工維護(hù)成本等等。統(tǒng)一用戶管理的目標(biāo)就是要改變以往的松散、孤立的管理方式,創(chuàng)建統(tǒng)一并可重用的用戶管理體系,并且逐步使之成為企業(yè)信息化中重要的基礎(chǔ)性構(gòu)件。同時(shí)現(xiàn)在許多企業(yè)都將已開(kāi)始利用門戶技術(shù)整合應(yīng)用系統(tǒng),而統(tǒng)一用戶管理系統(tǒng)可以做為門戶的后臺(tái)管理。
本文首先分析了目前企業(yè)信息化建設(shè)現(xiàn)狀,提出統(tǒng)一用戶管理存在的意義。接下來(lái)分析了統(tǒng)一用戶管理系統(tǒng)的系統(tǒng)需求,模塊設(shè)計(jì)和系統(tǒng)架構(gòu)。統(tǒng)一用戶管理系統(tǒng)提供了一個(gè)通用的用戶-組織-崗位模型,并為這套模型進(jìn)行了科學(xué)編碼,來(lái)為信息共享,系統(tǒng)交互做好準(zhǔn)備。同時(shí),統(tǒng)一用戶管理系統(tǒng)也是門戶平臺(tái)的后臺(tái)支持:基于LDAP目錄樹,管理門戶平臺(tái)用戶信息和授權(quán)信息;對(duì)門戶的單點(diǎn)登陸實(shí)現(xiàn)提供支持;管理整合到門戶平臺(tái)的應(yīng)用系統(tǒng)。本文將重點(diǎn)介紹統(tǒng)一用戶管理系統(tǒng)如何管理門戶目錄樹和對(duì)單點(diǎn)登陸提供支持的設(shè)計(jì)。統(tǒng)一用戶管理系統(tǒng)還有一個(gè)作用就是加強(qiáng)了企業(yè)系統(tǒng)管理,在眾多應(yīng)用系統(tǒng)之間架起了一座橋梁,解決了目前系統(tǒng)孤立所引起的許多問(wèn)題。
關(guān)鍵詞: 門戶,目錄樹,單點(diǎn)登陸,企業(yè)信息化,系統(tǒng)孤立
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課題的目標(biāo)和意義 2
1.3 本文結(jié)構(gòu) 2
2相關(guān)技術(shù)簡(jiǎn)介 3
2.1 J2EE體系結(jié)構(gòu) 3
2.2 Spring框架概述 5
2.3 Hibernate框架概述 7
2.4 Struts框架概述 8
2.5 WebService介紹 8
3系統(tǒng)設(shè)計(jì) 10
3.1系統(tǒng)需求 10
3.2模塊設(shè)計(jì) 10
3.3系統(tǒng)架構(gòu) 13
4目錄樹在門戶中的設(shè)計(jì) 15
4.1 LDAP協(xié)議 15
4.1.1 LDAP協(xié)議機(jī)制 15
4.1.2 LDAP模型 15
4.1.3 LDAP數(shù)據(jù)庫(kù) 17
4.2門戶和目錄樹的關(guān)系 17
4.3目錄結(jié)構(gòu)設(shè)計(jì) 18
4.4目錄樹持久化設(shè)計(jì) 21
5 對(duì)單點(diǎn)登陸的支持與設(shè)計(jì) 23
5.1門戶的單點(diǎn)登陸 23
5.1.1單點(diǎn)登陸技術(shù) 23
5.1.2單點(diǎn)登陸的實(shí)現(xiàn) 24
5.1.3統(tǒng)一用戶名的提出 25
5.1.4統(tǒng)一用戶名生成規(guī)則 25
5.2異構(gòu)系統(tǒng)間的信息同步 26
5.2.1同步方案 26
5.2.2同步狀態(tài)分析 26
5.2.3同步設(shè)計(jì) 29
5.2.4不同方式連接的信息同步 30
6系統(tǒng)孤立問(wèn)題的解決辦法 32
6.1統(tǒng)一信息編碼 32
6.2統(tǒng)一流程處理 33
6.3用戶信息變更處理 33
6.4小結(jié) 34
7 結(jié)論 35
致 謝 36
參考文獻(xiàn) 37
1
參考文獻(xiàn)
[13] RFC2256: A Summary of the X.500(96) User Schema for use with LDAPv3
[14]李安渝. Web Services技術(shù)與實(shí)現(xiàn) [M]. 國(guó)防工業(yè)出版社. 2003.1
[15]IBM. A Guide For Portlet Application Development.pdf
[16]Sun公司官方網(wǎng)
[17]林信良. Spring技術(shù)手冊(cè)[M]. 電子工業(yè)出版社. 2005.6
TA們正在看...
- 二年級(jí)上冊(cè)2《我是什么》優(yōu)質(zhì)課教案教學(xué)設(shè)計(jì).doc
- 二年級(jí)上冊(cè)3《植物媽媽有辦法》優(yōu)質(zhì)課教案教學(xué)設(shè)計(jì).doc
- 二年級(jí)上冊(cè)4《插稱象》優(yōu)質(zhì)課教案教學(xué)設(shè)計(jì).doc
- 二年級(jí)上冊(cè)語(yǔ)文1《小蝌蚪找媽媽》獲獎(jiǎng)?wù)f課教案教學(xué)...doc
- 二年級(jí)上冊(cè)語(yǔ)文2《我是什么》獲獎(jiǎng)?wù)f課教案教學(xué)設(shè)計(jì).doc
- 二年級(jí)上冊(cè)語(yǔ)文3《植物媽媽有辦法》獲獎(jiǎng)?wù)f課教案教...doc
- 二年級(jí)上冊(cè)語(yǔ)文4《插稱象》獲獎(jiǎng)?wù)f課教案教學(xué)設(shè)計(jì).doc
- 二年級(jí)上冊(cè)部編版2《我是什么》優(yōu)秀教學(xué)教案教學(xué)設(shè)...doc
- 二年級(jí)上冊(cè)部編版3《植物媽媽有辦法》優(yōu)秀教學(xué)教案...doc
- 部編版二年級(jí)上冊(cè)1《小蝌蚪找媽媽》名師精品教案教...doc