Laravel是个很强大的PHP框架,它剔除了开发中Web开发中比较痛苦的过程,提供了验证(authentication),路由(routing),Session和缓存(caching)等开发过程中常用到的工具或者功能。 Laravel的配置都存放在app/config中。 里面所有的*.php都按...
分类:
其他好文 时间:
2014-07-08 11:55:36
阅读次数:
196
一、设置认证方式system-viewaaaauthentication-schemeauthlocal[认证方式名称]authentication-modelocal//认证方式本地二、添加本地用户system-viewaaalocal-usertest1passwordcipherPassw0rd//添加test1用户local-usertest1service-typetelnet//设置用户可以使用的服务类型lo..
分类:
Web程序 时间:
2014-07-05 23:20:55
阅读次数:
248
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:
数据库 时间:
2014-07-03 21:02:37
阅读次数:
343
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
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
用户名-密码身份验证流可用于在身份验证,当用户拥有用户的凭据时。在这个流程中,用户的凭据由应用程序使用,用以请求一个访问令牌,如下列步骤中所示。 此oauth身份验证流来回传递用户凭据。仅当必要时,使用此身份验证流。没有刷新标记将发行。 1.The application uses the user...
分类:
其他好文 时间:
2014-07-01 21:38:10
阅读次数:
453
SSO英文全称Single Sign On,单点登录。SSO是在多个应用系统中,用户只需要登录一次就可以访问所有相互信任的应用系统。
SSO的解决方案很多,比如收费的有UTrust、惠普灵动等,开源的有CAS、Smart SSO等,其中应用最为广泛的是CAS。
CAS (Central Authentication Service)中央认证服务。CAS(Central Auth...
分类:
其他好文 时间:
2014-06-30 15:46:44
阅读次数:
264
一、简述
mac(Message Authentication Code,消息认证码算法)是含有密钥散列函数算法,兼容了MD和SHA算法的特性,并在此基础上加上了密钥。因此MAC算法也经常被称作HMAC算法。关于hmac算法的详情可以参看RFC 2104(http://www.ietf.org/rfc/rfc2104.txt),这里包含了HmacMD5算法的C语言实现。
这里需...
分类:
其他好文 时间:
2014-06-26 12:15:52
阅读次数:
293
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
在信息安全性领域,授权是世界的的中心,因为它是控制个体(即人、进程和计算机)对系统资源的访问权限的过程。直到最近,在 Java 安全体系结构中相关的问题都是“这段运行中的代码的访问权限是什么?” 随着 Java 认证和授权服务(Java Authentication and Authorizatio...
分类:
编程语言 时间:
2014-06-22 12:47:38
阅读次数:
434