码迷,mamicode.com
首页 >  
搜索关键字:authentication    ( 1609个结果
python学习笔记 (二)
The urllib and urllib2 ModulesFor simple downloads, urllib is quite all right. If you need HTTP authentication or cookies, or you want to write extens...
分类:编程语言   时间:2015-10-16 13:08:23    阅读次数:130
Spring Security学习总结
1.Spring Security介绍? ? ? ?? ?一般来说,Web 应用的安全性包括用户认证(Authentication)和用户授权(Authorization)两个部分。 ? ? ? ?用户认证指的是验证某个用户是否为系统中的合法主体,也就是...
分类:编程语言   时间:2015-10-15 13:04:14    阅读次数:250
Linux-- memcached sasl 安装
服务端 #?saslauthd?-v saslauthd?2.1.23 authentication?mechanisms:?getpwent?kerberos5?pam?rimap?shadow?ldap #?vi?/etc/sysconfig/saslauthd MECH=shadow #?/etc/init.d/saslauthd?restart...
分类:系统相关   时间:2015-10-14 09:11:50    阅读次数:309
Outlook Express 错误代码表
错误码 意义一般0x800C01310x800C013E 可能是 Folders.dbx 档案属性错误或损坏.0x800CCC00 身份验证(Authentication)未载入0x800CCC01 认证(Certificate)内容错误0x800CCC02 认证日期错误0x800CCC03 使用者...
分类:其他好文   时间:2015-10-13 09:08:26    阅读次数:181
kerberos (https://en.wikipedia.org/wiki/Kerberos_(protocol))
Protocol[edit]Description[edit]The client authenticates itself to the Authentication Server (AS) which forwards the username to akey distribution cent...
分类:Web程序   时间:2015-10-08 16:03:53    阅读次数:338
Web API之认证(Authentication)两种实现方式【二】(十三)
前言上一节我们详细讲解了认证及其基本信息,这一节我们通过两种不同方式来实现认证,并且分析如何合理的利用这两种方式,文中涉及到的基础知识,请参看上一篇文中,就不再废叙述废话。序言对于所谓的认证说到底就是安全问题,在Web API中有多种方式来实现安全,【accepted】方式来处理基于IIS的安全(通...
分类:Windows程序   时间:2015-10-07 20:13:23    阅读次数:357
Web API之认证(Authentication)及授权(Authorization)【一】(十二)
前言无论是ASP.NET MVC还是Web API框架,在从请求到响应这一过程中对于请求信息的认证以及认证成功过后对于访问页面的授权是极其重要的,用两节来重点来讲述这二者,这一节首先讲述一下关于这二者的一些基本信息,下一节讲通过实战以及不同的实现方式来加深对这二者深刻的认识,希望此文对你有所收获。I...
分类:Windows程序   时间:2015-10-06 18:09:03    阅读次数:261
WCF安全 z
WCF custom authentication using ServiceCredentialsThe generally accepted way of authenticating a user with WCF is with a User Name and Password with t...
分类:其他好文   时间:2015-10-03 21:52:58    阅读次数:278
CAS单点登录实践(spring cas client配置)
前言: 最近的项目需要将多个站点统一登录,查阅了资料Jasig cas(Central Authentication Service)(官方站点:http://www.jasig.org/cas)使用的比较多。项目情况: 开发语言:JAVA 框架:spring 容器:tomcat7 JDK...
分类:编程语言   时间:2015-09-29 16:48:23    阅读次数:344
HTTP Basic Authentication认证的各种语言 后台用的
访问需要HTTP Basic Authentication认证的资源的各种语言的实现无聊想调用下嘀咕的api的时候,发现需要HTTP Basic Authentication,就看了下。什么是HTTP Basic Authentication?直接看http://en.wikipedia.org/w...
分类:编程语言   时间:2015-09-29 11:25:23    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!