dmatej / epicyro

Epicyro, a Jakarta Authentication implementation

Home Page:https://projects.eclipse.org/projects/ee4j.epicyro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epicyro

Eclipse Epicyro implements Jakarta Authentication, a technology that defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container’s environment to obtain the caller’s credentials, validate these, and pass an authenticated identity (such as name and groups) to the container.

Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Website (wip)

Build Requirements

To build this project, you will need:

  1. Maven 3.6.3 or newer (http://maven.apache.org/download.html)
  2. JDK 11 or newer (e.g. https://adoptium.net/en-GB or https://jdk.java.net)

Building

Epicyro can be built by executing the following from the project root:

mvn clean package

Downloads

Downloads are available from the following locations:

About

Epicyro, a Jakarta Authentication implementation

https://projects.eclipse.org/projects/ee4j.epicyro

License:Eclipse Public License 2.0


Languages

Language:Java 100.0%