Skip to content

eclipse-ee4j/epicyro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: