码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
Chapter 2 User Authentication, Authorization, and Security(5):使用固定服务器角色
登录帐号允许你连到SQL Server,并且如果有数据库用户映射到这个帐号,那么这个帐号也可以访问对应的数据库。默认情况下,他们没有服务器层面的管理操作权。固定服务器角色允许你简化授权和回收权限的操作。...
分类:其他好文   时间:2014-09-01 12:40:54    阅读次数:202
Chapter 2 User Authentication, Authorization, and Security(6):服务器权限授予粒度
在SQL Server 2005之前,只有通过添加登录到固定服务器角色,才能获取管理权限。SQL Server 2005引入了一套服务器粒度权限,允许你定义一套严密的权限给服务器级别的登录。...
分类:其他好文   时间:2014-09-01 12:40:23    阅读次数:271
Chapter 2 User Authentication, Authorization, and Security(7):创建和使用用户自定义服务器角色
从SQL Server 2012开始,不再限制于使用固定服务器角色,可以创建自定义的角色,允许你预设特殊权限。...
分类:其他好文   时间:2014-09-01 12:39:43    阅读次数:238
Chapter 2 User Authentication, Authorization, and Security(8):创建映射到登录名的数据库用户
登录名用于授权并访问服务器资源,如果需要访问数据库,需要对数据库内部的用户进行映射。用户是数据库级别的安全主体,访问数据库资源是授予给用户,而不是登录名。...
分类:数据库   时间:2014-09-01 12:38:23    阅读次数:331
运行page页面时的事件执行顺序
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-09-01 12:07:03    阅读次数:235
Linux -- sudoers文件
ASUDOERS(5) BSD File Formats Manual SUDOERS(5)NAME sudoers — default sudo security policy pluginDESCRIPTION The sudoers policy plugin determines a use...
分类:系统相关   时间:2014-08-30 16:20:20    阅读次数:312
AES算法加密java实现
AES算法加密java实现 import java.security.Key; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.crypto.spec.SecretKeySpec;...
分类:编程语言   时间:2014-08-30 13:56:09    阅读次数:274
Spring Security编程模型
1.采用spring进行权限控制 url权限控制 method权限控制 实现:aop或者拦截器(本质就是之前之后进行控制)--------------------proxy就是2.权限模型: 本质理论: RABC权限模型(可以参看这方面的理论研究,有充分的数学理论作支撑) =====...
分类:编程语言   时间:2014-08-30 08:43:59    阅读次数:278
源码包的安装
实验二:源码包的安装实验目标:源码包的安装1.安装gcc(yum–yinstallgcc*)[root@localhost~]#yum-yinstallgcc*Loadedplugins:product-id,security,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.S..
分类:其他好文   时间:2014-08-30 02:27:19    阅读次数:307
详解Node.js API系列 Crypto加密模块(1)
MD5加密算法 算法简介 MD5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory for Computer Science和Rsa data security inc的Ronald l. rivest开发出来,经md2、md3和md4发展而来...
分类:Windows程序   时间:2014-08-29 16:27:18    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!