NetBeans电子商务教程-11-SecuringtheApplication.doc

NetBeans电子商务教程-11-SecuringtheApplication.doc

  1. 1、本文档共59页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
NetBeans电子商务教程-11-SecuringtheApplication

The NetBeans E-commerce Tutorial - Securing the Application确保应用程序安全 This tutorial unit focuses on web application security. When securing web applications, there are two primary concerns that need to be addressed:本教学单元关注web应用程序安全。要确保web应用程序安全有两个主要概念需要注意: Preventing unauthorized users from gaining access to protected content. 阻止未授权用户访问受保护资源。 Preventing protected content from being read while it is being transmitted. 阻止受保护资源在传输过程中被读取。 The first concern, access control, is typically a two-step process that involves (1) determining whether a user is who he or she claims to be (i.e., authentication), and then (2) either granting or denying the user access to the requested resource (i.e., authorization). A simple and common way to implement access control for web applications is with a login form that enables the server to compare user credentials with a pre-existing list of authenticated users.第一个概念,访问控制,是典型的两步处理,包括(1)确定用户是否是他/她声称的人(即,认证),然后(2)准许或拒绝用户访问请求的资源(即,授权)。一种简单通用的web应用程序访问控制方法是登录表单,它使服务器能够比较用户的凭据是否与预先存在的认证用户的一致。 The second concern, protecting data while it is in transit, typically involves using Transport Layer Security (TLS), or its predecessor, Secure Sockets Layer (SSL), in order to encrypt any data communicated between the client and server. Upon reviewing the Affable Bean staffs list of requirements, well need to secure the application in the following ways:第二个概念,在数据传输时提供保护,典型地包括使用传输层安全(TLS)或它的前身,安全套接字层(SSL),用于加密客户端和服务器间传输的数据。回顾AffableBean 雇员的需求列表,需要使用以下方法保护应用程序安全: Set up a login form for the administration console that enables staff members access to the consoles services, and blocks unauthorized users. 为管理控制台设置一个登录表单,允许员工访问控制台服务,阻止未授权用户。 Configure secure data transport for both the customer checkout process, and for any data transmitted to and from the administration console. 为客户结帐过程和进出管理控制台的所有数据提供数据传输保护。 In order to implement the above, well take advantage of NetBeans visual editor for the web.xml deployment descriptor. Well also work in the GlassFish Adm

您可能关注的文档

文档评论(0)

shenlan118 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档