Apache ActiveMQ Artemis 2.37.0 User ManualThis is guarded using role based authorisation that leverages the broker’s JAAS plugin support. The RBAC used to restrict access to Mbeans and their operations can be configured in one of two ways. Via JMX authorization in broker.xml The existing security-settings in broker.xml can be used for JMX RBAC. Using the view and edit permissions on matches in security-settings provides an alternative to the alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the mops. (shorthand for management operations) prefix. The MBeanServer guard maps JMX MBean0 码力 | 539 页 | 11.16 MB | 1 年前3
Apache ActiveMQ Artemis 2.36.0 User ManualThis is guarded using role based authorisation that leverages the broker’s JAAS plugin support. The RBAC used to restrict access to Mbeans and their operations can be configured in one of two ways. Via JMX authorization in broker.xml The existing security-settings in broker.xml can be used for JMX RBAC. Using the view and edit permissions on matches in security-settings provides an alternative to the alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the mops. (shorthand for management operations) prefix. The MBeanServer guard maps JMX MBean0 码力 | 539 页 | 11.14 MB | 1 年前3
Apache ActiveMQ Artemis 2.35.0 User ManualThis is guarded using role based authorisation that leverages the broker’s JAAS plugin support. The RBAC used to restrict access to Mbeans and their operations can be configured in one of two ways. Via JMX authorization in broker.xml The existing security-settings in broker.xml can be used for JMX RBAC. Using the view and edit permissions on matches in security-settings provides an alternative to the alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the mops. (shorthand for management operations) prefix. The MBeanServer guard maps JMX MBean0 码力 | 537 页 | 11.11 MB | 1 年前3
Apache ActiveMQ Artemis 2.34.0 User ManualThis is guarded using role based authorisation that leverages the broker’s JAAS plugin support. The RBAC used to restrict access to Mbeans and their operations can be configured in one of two ways. Via JMX authorization in broker.xml The existing security-settings in broker.xml can be used for JMX RBAC. Using the view and edit permissions on matches in security-settings provides an alternative to the alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the mops. (shorthand for management operations) prefix. The MBeanServer guard maps JMX MBean0 码力 | 537 页 | 11.11 MB | 1 年前3
Nacos架构&原理
这块的挑战是要做好抽象,不然没法和不同账号权限体系打通。 默认我们提供⼀个简单的实现,当有类似于 RAM 这样的权限体系后,直接对接即可。 账号体系 目前用的比较多的是 ABAC 和 RBAC 体系。目前阿里云采用 ABAC 体系,阿里内部采用 RBAC 体系。无论哪个体系,最终都是让账号有有限资源的权限,已达到访问控制的目的。不同的是关联 的方法,相同的都是抽象好 Nacos 的 Resource 和 Opers 工程实现 所有的数据请求,都走鉴权切面。 切面里面抽象好 spi,实现上面的鉴权行为。 不同权限模型,不 同场景,插拔不同的 spi。 107 > Nacos 架构 RBAC 设计实现 RBAC 账号权限组成 rbac 账号体系由 账号 角色 权限,三元组构成,下面介绍该体系模型下,nacos 权限模型的最佳 实践。 角色 首先从角色讲起,以便把账号,权限做⼀个大致的区分。 角色0 码力 | 326 页 | 12.83 MB | 10 月前3
Apache Shiro 1.2.x Reference Manual 中文翻译是否可以执行,而不用去猜测特定的角色可以或不可以做什么。 Shiro 团队提倡使用权限和明确为角色指定权限替代原始的将权限隐含于角色中的方法,这样 你可以对程序安全提供更强的控制。 基于资源的访问控制 读一下这个文章:新的RBAC:基于资源的权限管理(Resource-Based Access Control),这篇 文章深入讨论了使用权限和明确为角色指定权限代替旧的将权限隐含于角色中方法的好处 (以及对源代码的影响)。 Captains 和 Officers 分组。 您可能想要创建一些特 别账户,并将它们添加到您喜欢的任何组。 确保一些帐户不重叠组,这样你就可以看到变化基于 单独的组分配到用户帐户。 Step 6b: RBAC Tags 修改 home.jsp 内容 Apache Shiro 1.2.x Reference Manual 中文翻译 172 21. Beginner's Webapp Tutorial hiro:lacksRole> 标签只会显示内容如果当前 Subject 分配指定的角色。 如果当前标签只会显示内容 Subject 没有 被分配指定的角色。 Step 6c: RBAC filter chains 留给读者的练习(不是定义步骤)是创建一个新的部分的网站和限制的URL访问部分网站基于角 色分配给当前用户。 Step 6d: Run the webapp $0 码力 | 196 页 | 2.34 MB | 1 年前3
跟我学Shiro - 张开涛码;即粒度是以资源/实例为单位的;粒度较细。 跟我学 Shiro——http://jinnianshilongnian.iteye.com/ 21 请 google 搜索“RBAC”和“RBAC 新解”分别了解“基于角色的访问控制”“基于资源 的访问控制(Resource-Based Access Control)”。 授权方式 Shiro 支持三种方式的授权: 编程式:通过写0 码力 | 219 页 | 4.16 MB | 10 月前3
Apache Shiro参考手册中文版方法。你将会拥有更多的控制应用程序的安全经验。 Resource-Based Access Control(基于资源的访问控制) 请务必阅读 Les Hazlewood 的文章,新的 RBAC:基于资源的访问控制, 其中包括深入使用权限和显式角色(以及它们在源代码上产生的积极影 响)而不是陈旧的隐式方法的好处。 Users(用户) 用户实质上是指与应用程序有关的人。然而正如我们已经讨论的,Subject0 码力 | 92 页 | 1.16 MB | 1 年前3
ActiveMQ Artemis 2.27.1 Documentationthe name to match the requested key. For example, a properties file containing: would: 1) disable RBAC security checks 2) add or modify an acceptor named "tcp" that will use Netty 3) set the acceptor0 码力 | 414 页 | 6.20 MB | 1 年前3
Apache ActiveMQ Artemis 2.30.0 User Manualwith a property key "remove.value". For example, a properties file containing: would: 1) disable RBAC security checks 2) add or modify an acceptor named "tcp" that will use Netty 3) set the acceptor0 码力 | 500 页 | 6.37 MB | 1 年前3
共 17 条
- 1
- 2













