Skip to content

ArneLimburg/jpasecurity

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Build Status sonarcloud sonarcloud sonarcloud sonarcloud

JPA Security

JPA Security is an Access Control Solution for the Java Persistence API (JPA). Its features include:

  • High Performance querying: With JPA Security your access control is performed in the database. You may query the database for all objects of a certain type and will get only the objects you have read access for. This filtering occurs in the database. Unaccessible queried objects will not be loaded into memory.
  • Access Control via Configuration: JPA Security enables you to completely remove security-related code from your code-base. All access control may be configured via Annotations or XML.
  • Support for role-based access control, access control lists (ACLs) and domain-driven access control: With JPA Security you do not have to change your access control paradigm (but maybe you want to, when you see the great capability of JPA Security). You even can mix access control paradigms easily.
  • Integration for Java EE Security and other frameworks: JPA Security is not designed to replace current security solutions, but to extend them. It integrates smoothly into the security mechanisms of the Java EE Platform, but may be used with third-party frameworks like Spring Security or in Java SE, too.
  • Easy Extensibility: With the extensibility of JPA Security it is easy to provide your own access control paradigm, access rules storage or login mechanism.

JPA Version

Currently all JPA 2.1 features are supported.

What is new in JPA 2.1?

Supported Persistence Provider

  • EclipseLink 2.5+
  • Hibernate 4.3+
  • OpenJPA 2.0+ (To use all JPA 2.1 features, you have to use OpenJPA 3.0)

© 2008-2019 JPA Security

About

JPA Security is an Access Control Solution for the Java Persistence API (JPA).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages