All Projects → javaee → Security Api

javaee / Security Api

Licence: other
Java EE Security (JSR-375) API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Security Api

travelapp
旅游自助系统。分为Android APP和Web管理系统JAVA旅游自助系统, 是一套开源的项目,系统具有完整的源代码和数据库,以及配套的文档。因为是一个课程设计,功能很简单,所以只能参考学习
Stars: ✭ 90 (+291.3%)
Mutual labels:  javaee
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (+1321.74%)
Mutual labels:  javaee
Spring Tutorial
📖 Spring Framework 教程
Stars: ✭ 423 (+1739.13%)
Mutual labels:  javaee
pragmatic-microservices-lab
Hands-on lab demonstrating how to create pragmatic microservices with Java EE and MicroProfile
Stars: ✭ 28 (+21.74%)
Mutual labels:  javaee
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (+1095.65%)
Mutual labels:  javaee
Javaee8 Samples
Java EE 8 Samples
Stars: ✭ 333 (+1347.83%)
Mutual labels:  javaee
gobang04
五子棋社区,前后端完全分离,SSM框架,CORS跨域访问,SSO单点登录,Bootstrap界面,RESTful构架风格,Netty即时通信,Token口令授权,Web端与客户端通信。异步请求,面向接口编程。
Stars: ✭ 14 (-39.13%)
Mutual labels:  javaee
Tomcat
Apache Tomcat
Stars: ✭ 5,756 (+24926.09%)
Mutual labels:  javaee
Docklands
Minimalistic Java EE / Jakarta EE / MicroProfile Related Dockerfiles
Stars: ✭ 315 (+1269.57%)
Mutual labels:  javaee
Cloud Native Starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
Stars: ✭ 402 (+1647.83%)
Mutual labels:  javaee
JavaCampBackend
No description or website provided.
Stars: ✭ 19 (-17.39%)
Mutual labels:  javaee
Kumuluzee
Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
Stars: ✭ 274 (+1091.3%)
Mutual labels:  javaee
Superboot
随着技术日新月异,新技术新平台不断出现,对现如今的开发人员来说选择快速高效的框架进行项目开发,既能提高产出,又能节约时间。本框架无需开发即可实现服务注册、服务发现、负载均衡、服务网关、配置中心、API管理、分布式事务、支撑平台、集成框架、数据传输加密等功能,是学习SpringCloud整体业务模式的完整示例,并且可以直接用于生产环境
Stars: ✭ 341 (+1382.61%)
Mutual labels:  javaee
security-spec
Java EE Security (JSR-375) Specification
Stars: ✭ 29 (+26.09%)
Mutual labels:  javaee
Guns Lite
基于spring boot脚手架项目,spring data jpa+Spring Boot2+bootstrap完整的后台管理系统
Stars: ✭ 491 (+2034.78%)
Mutual labels:  javaee
JavaEE-projects
存放一些自己写的还有从不同开源社区fork下来的JavaEE项目,其中就不乏一些很多企业单位都在用的源码。
Stars: ✭ 43 (+86.96%)
Mutual labels:  javaee
Nutzmore
让Nutz更好用
Stars: ✭ 328 (+1326.09%)
Mutual labels:  javaee
Glassfish
The Open Source Java EE Reference Implementation
Stars: ✭ 722 (+3039.13%)
Mutual labels:  javaee
Microservices
Java EE and Microservices
Stars: ✭ 578 (+2413.04%)
Mutual labels:  javaee
Jeddict
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
Stars: ✭ 358 (+1456.52%)
Mutual labels:  javaee

⚠️This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


JSR-375 API Code Repository

Build Status

This repository contains the code for the Java EE Security API (JSR-375).

Online JavaDoc

Building

JSR 375 API can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

You must have an approved Oracle Contributor Agreement (OCA) before a pull request can be merged. You should also be a member of the Expert Group, or the JCP.

About JSR-375

For more information about JSR-375, see the project web site at https://javaee.github.io/security-spec/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].