码迷,mamicode.com
首页 >  
搜索关键字:jaas    ( 48个结果
JavaEE(21) - JAAS开发安全的应用
1. 安全域、角色和用户组容器提供的两种安全性控制:声明式安全控制和编程式安全控制安全域是指用户、用户组和ACL的逻辑集合。服务器支持的两种常用安全域:RDBMS安全域和文件系统安全域。2. JAAS基本流程初始化请求-->初始化认证-->URL授权-->完成原来的请求-->调用EJB的业务方法对J...
分类:编程语言   时间:2015-01-27 20:09:27    阅读次数:215
Tomcat的下载、安装、配置、管理
Tomcat是Java领域最著名的Web开源容器,简单,易用,稳定性好。既可以用于个人学习使用,也可以作为商业开发产品发布。Tomcat不仅仅提供Web容器的基本功能,还支持JAAS和JNDI绑定等。目前最新的发布版本Tomcat是8.0.14,这个文章中使用的Tomcat版本是8.0.3,其实最新版与该版本..
分类:其他好文   时间:2014-12-15 06:45:34    阅读次数:451
JAAS
packageapache.shrio;importjava.io.BufferedReader;importjava.io.IOException;importjava.io.InputStreamReader;importjavax.security.auth.callback.Callback;importjavax.security.auth.callback.CallbackHandler;importjavax.security.auth.callback.NameCallback;importj..
分类:其他好文   时间:2014-09-01 15:46:54    阅读次数:244
configure JAAS for jboss 7.1 and mysql--reference
Hello all, In this tutorial we are going to configure JAAS for jboss 7.1 and mysql for Form based authentication to be used in a web application. . We...
分类:数据库   时间:2014-08-07 18:53:50    阅读次数:386
configure JDBCRealm JAAS for mysql and tomcat 7 with form based authentication--reference
Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ...
分类:数据库   时间:2014-07-02 20:08:58    阅读次数:367
JAAS authentication in Tomcat example--reference
In this tutorial you will learn how to configure JAAS authentication in Tomcat using the HTTP Basic authentication scheme.IntroductionTomcat provides ...
分类:其他好文   时间:2014-07-02 10:28:06    阅读次数:306
JAAS LOGIN IN WEBLOGIC SERVER--reference
The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0. JAAS provides the ab...
分类:Web程序   时间:2014-06-21 13:45:27    阅读次数:310
Using JAAS Authentication in Java Clients---weblogic document
The following topics are covered in this section:JAAS and WebLogic ServerJAAS Authentication Development EnvironmentWriting a Client Application Using...
分类:编程语言   时间:2014-06-21 11:17:39    阅读次数:198
48条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!