Membership机制引入了表单验证(Form Authentication),以及一个用于存储用户名、密码和其他用户信息的SQL Server数据库。但它同样存在一些限制:
基于60个网页-相关网页
Form-Based Authentication 基于表单的验证 ; 基于表单验证
Remember the authentication mechanism we're using is Tomcat's default form authentication.
记住,我们正在使用的身份验证机制是Tomcat的默认表单身份验证。
An excerpt from the web.xml file in the SimpleWebApp-LDAP sample application configured for FORM authentication is shown in Listing 5.
在清单5中显示了为进行FORM身份验证而配置的SimpleWebApp - LDAP示例应用程序中的web . xml文件的摘录。
The Apache Tomcat server USES basic authentication; whereas, WebSphere Application server supports both basic authentication and form-based authentication.
Apache Tomcat服务器使用基本的认证机制;而与此同时,WebSphere Application服务器却能同时支持基本的认证机制,以及基于形式的认证机制。
应用推荐