JPA Security

码农软件 · 软件分类 · 安全相关框架 · 2019-10-03 10:42:29

软件介绍

JPA Security是一套针对Java Persistence API设计开发的访问控制解决方案,采用纯Java编写。

JPA Security 0.2.0主要包括如下特性:

    * 拥有高效的查询性能:查询过程中避免了通过数据库查询方式控制访问的策略,而是直接在查询之前将不符合策略的实体过滤调,然后才发送数据库请求。此时配合数据库缓 存,实体是直接从内存中被过滤调的并且构造使用的,效率比通过数据库查询方式过滤要提高很多;
    * 可以灵活的配置访问控制:所有访问控制都可以通过Java Annotation或者XML完成;
    * 支持多种访问控制策略:可以混合各种访问控制策略整合JavaEE Security和Spring Security

本文地址:https://www.codercto.com/soft/d/15935.html

Agile Web Application Development with Yii 1.1 and PHP5

Agile Web Application Development with Yii 1.1 and PHP5

Jeffrey Winesett / Packt Publishing / 2010-08-27

In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具