码迷,mamicode.com
首页 >  
搜索关键字:local-user vty authentication    ( 1762个结果
Global Azure启用Multi-factor Authentication配置介绍
GlobalAzure启用Multi-factorAuthentication配置介绍说到Azure下的Multi-factorAuthentication服务,其实很直观的可以大概了解其意思,在azure上的Multi-factorAuthentication服务可以提供用户登录Azureportal进行多重身份验证的功能,用户除了输入正确的密码信息还需要设置需..
分类:其他好文   时间:2016-01-23 21:44:29    阅读次数:298
HttpClient支持使用代理服务器以及身份认证
HttpClient Authentication Doument:http://hc.apache.org/httpclient-3.x/authentication.htmlHttpClient支持使用代理服务器以及身份认证1、代理服务器的设置很简单:HttpClient client = ne...
分类:Web程序   时间:2016-01-21 12:02:14    阅读次数:190
spring security demo
package com.ytx.user.web.security;import org.springframework.security.authentication.*;import org.springframework.security.core.*;import org.springfra...
分类:编程语言   时间:2016-01-17 18:47:00    阅读次数:159
Django 是如何实现用户登录和登出机制的
settings.py中间件MIDDLEWARE_CLASSES = ( 'django.contrib.sessions.middleware.SessionMiddleware', #... 'django.contrib.auth.middleware.Authentication...
分类:其他好文   时间:2016-01-16 22:29:05    阅读次数:400
简简单单谈下摘要认证
SIP认证过程源自HTTP摘要式认证(HTTP Digest Authentication),它是一种基于质询的安全机制:当服务器收到一个请求,将质询请求的发起者,要求提供相应的身份信息。服务器发出的质询中会包含生成的唯一字符串序列,仅可用于本次质询。请求者和服务器共享同一密码,请求者使用该密码和临...
分类:其他好文   时间:2016-01-14 18:46:53    阅读次数:192
ActiveMQ(5.10.0) - Configuring the jaas authentication plug-in
JAAS provides pluggable authentication, which means ActiveMQ will use the same authentication API regardless of the technique used to verify user cr.....
分类:其他好文   时间:2016-01-13 19:54:36    阅读次数:259
ActiveMQ(5.10.0) - Destination-level authorization
To build upon authentication, consider a use case requiring more fine-grained control over clients to authorize certain tasks. ActiveMQ provides two l...
分类:其他好文   时间:2016-01-13 19:41:51    阅读次数:234
ActiveMQ(5.10.0) - Configuring the simple authentication plug-in
The easiest way to secure the broker is through the use of authentication credentials placed directly in the broker’s XML configuration file. Such fun...
分类:其他好文   时间:2016-01-13 12:58:52    阅读次数:164
JAAS - Document
JAAS 参考文档:JAAS Reference GuideJAAS Authentication TutorialJAAS Authorization TutorialLoginModule Developer's GuideJAAS Login Configuration File
分类:其他好文   时间:2016-01-12 21:29:59    阅读次数:154
Django使用自定义认证方式
Django使用自定义认证方式创建登录应用首先创建一个新的login app,用来存放认证用到代码python manage.py startapp login修改settings.py中的认证项AUTHENTICATION_BACKENDS = ( ‘login.auth.UsernamePasswordAuth’, )自定义认证类在login app下创建auth.py文件,内容如下...
分类:其他好文   时间:2016-01-11 10:33:40    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!