面向java web應用程序的openid-------外文翻譯.doc
約31頁DOC格式手機打開展開
面向java web應用程序的openid-------外文翻譯,openid for java web applicationssummary:openid is a decentralized authentication protocol that makes it easier for users to access resources in your java™...


內容介紹
此文檔由會員 wanli1988go 發(fā)布
OpenID for Java Web applications
Summary: OpenID is a decentralized authentication protocol that makes it easier for users to access resources in your Java™ Web applications. In this first half of a two-part article, you'll learn about the OpenID Authentication Specification and walk through the steps of incorporating it into a sample Java application. Rather than implement the OpenID Authentication specification by hand, author J. Steven Perry uses the openid4java library and a popular OpenID provider, myOpenID, to create a safe and reliable registration process for a Java application written in Wicket.
Tags for this article: authentication, java, openid, openid4java, sign-on, single, steve_perry, webs
OpenID is a decentralized authentication mechanism. Using OpenID, I can prove I own a URI such as http://openid.jstevenperry.com/steve, and I can use that identity to authenticate myself with any site that supports OpenID — such as Google, Slashdot, or Wordpress. Clearly, Open ID is great for end users. But using it got me to thinking: "What about using OpenID to create a standard, reliable authentication system for the Java-based Web applications I write for my customers?"
In this two-part article I will show you how to use the openid4java library and a well-known OpenID provider, myOpenID, to create an authentication system for a Java-based Web application. I'll also show you how to receive user information with an OpenID Simple Registration Extension (SReg).
面向Java Web應用程序的OpenID
簡介:OpenID 是一個分散式身份識別協議,能使用戶更易于訪問 Java™ Web 應用程序中的資源。 在由兩部分組成的文章的第 1 部分中,您將了解 OpenID 驗證規(guī)范 以及在 Java 示例應用程序中加入該規(guī)范的步驟。作者 J. Steven Perry 沒有手動實現 OpenID 驗證規(guī)范,而是使用 openid4java 庫和一個流行的 OpenID 提供者 myOpenID,為 Wicket 中編寫的 Java 應用程序創(chuàng)建安全可靠的注冊過程。
關鍵字:鑒定,Java,openid,openid4java, 雇傭,單一的,steve_perry,網絡
OpenID 是一套分散式身份驗證系統(tǒng)。通過 OpenID 我可以證明自己擁有類似 http://openid.jstevenperry.com/steve 這樣的 URL,而且可以使用經驗證的身份登錄任何支持 OpenID 的站點 — 比如 Google、Slashdot 或 Wordpress。OpenID 對終端用戶來說無疑是個不錯的工具。但是對 OpenID 的使用引發(fā)我產生這樣的想法:“如果使用 OpenID 為我給客戶編寫的基于 Java 的 Web 應用程序創(chuàng)建標準可靠的身份識別系統(tǒng),會怎么樣呢?”
在這個由兩部分組成的文章中,我將向您展示如何使用 openid4java 庫和知名的 OpenID 提供者 myOpenID 為基于 Java 的 Web 應用程序創(chuàng)建身份驗證系統(tǒng)。還將向您展示如何使用一個 OpenID 簡單注冊擴展(Simple Registration Extension)(SReg)接收用戶信息。
首先我將解釋什么是 OpenID 并說明如何獲得自己的 OpenID。接下來,簡短地介紹 OpenID 身份驗證的運作方式。最后,概述使用 openid4java 執(zhí)行 OpenID 身份驗證所需的步驟。在本文第 2 部分,您將了解如何創(chuàng)建自己的 OpenID 提供者。
Summary: OpenID is a decentralized authentication protocol that makes it easier for users to access resources in your Java™ Web applications. In this first half of a two-part article, you'll learn about the OpenID Authentication Specification and walk through the steps of incorporating it into a sample Java application. Rather than implement the OpenID Authentication specification by hand, author J. Steven Perry uses the openid4java library and a popular OpenID provider, myOpenID, to create a safe and reliable registration process for a Java application written in Wicket.
Tags for this article: authentication, java, openid, openid4java, sign-on, single, steve_perry, webs
OpenID is a decentralized authentication mechanism. Using OpenID, I can prove I own a URI such as http://openid.jstevenperry.com/steve, and I can use that identity to authenticate myself with any site that supports OpenID — such as Google, Slashdot, or Wordpress. Clearly, Open ID is great for end users. But using it got me to thinking: "What about using OpenID to create a standard, reliable authentication system for the Java-based Web applications I write for my customers?"
In this two-part article I will show you how to use the openid4java library and a well-known OpenID provider, myOpenID, to create an authentication system for a Java-based Web application. I'll also show you how to receive user information with an OpenID Simple Registration Extension (SReg).
面向Java Web應用程序的OpenID
簡介:OpenID 是一個分散式身份識別協議,能使用戶更易于訪問 Java™ Web 應用程序中的資源。 在由兩部分組成的文章的第 1 部分中,您將了解 OpenID 驗證規(guī)范 以及在 Java 示例應用程序中加入該規(guī)范的步驟。作者 J. Steven Perry 沒有手動實現 OpenID 驗證規(guī)范,而是使用 openid4java 庫和一個流行的 OpenID 提供者 myOpenID,為 Wicket 中編寫的 Java 應用程序創(chuàng)建安全可靠的注冊過程。
關鍵字:鑒定,Java,openid,openid4java, 雇傭,單一的,steve_perry,網絡
OpenID 是一套分散式身份驗證系統(tǒng)。通過 OpenID 我可以證明自己擁有類似 http://openid.jstevenperry.com/steve 這樣的 URL,而且可以使用經驗證的身份登錄任何支持 OpenID 的站點 — 比如 Google、Slashdot 或 Wordpress。OpenID 對終端用戶來說無疑是個不錯的工具。但是對 OpenID 的使用引發(fā)我產生這樣的想法:“如果使用 OpenID 為我給客戶編寫的基于 Java 的 Web 應用程序創(chuàng)建標準可靠的身份識別系統(tǒng),會怎么樣呢?”
在這個由兩部分組成的文章中,我將向您展示如何使用 openid4java 庫和知名的 OpenID 提供者 myOpenID 為基于 Java 的 Web 應用程序創(chuàng)建身份驗證系統(tǒng)。還將向您展示如何使用一個 OpenID 簡單注冊擴展(Simple Registration Extension)(SReg)接收用戶信息。
首先我將解釋什么是 OpenID 并說明如何獲得自己的 OpenID。接下來,簡短地介紹 OpenID 身份驗證的運作方式。最后,概述使用 openid4java 執(zhí)行 OpenID 身份驗證所需的步驟。在本文第 2 部分,您將了解如何創(chuàng)建自己的 OpenID 提供者。