AJ Security: A Practical Java Web Security Library
Based on the Spring/HandlerInterceptor mechanism, this library abstracts a set of filtering/validation mechanisms, forming a unified invocation chain that is flexibly configurable and extensible. The architecture of this security framework is simple, the code is concise, and it has no additional dependencies, making it suitable for any Spring-based project. Spring Boot applications can use it out of the box by simply importing the jar package.
The features of this framework include:
|
|
The code of AJ Security is small, straightforward and well commented. There are not much third-party dependencies, just Java 8 requires.
Source Code
Under Apache License v3.0.
- Github: https://github.com/lightweight-component/aj-security
- Gitcode: https://gitcode.com/lightweight-component/aj-security, for Chinese users faster access.