JACC API

Eclipse Project for JACC

License

License

Categories

Categories

Security
GroupId

GroupId

jakarta.security.jacc
ArtifactId

ArtifactId

jakarta.security.jacc-api
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

JACC API
Eclipse Project for JACC
Project URL

Project URL

https://github.com/eclipse-ee4j/jacc
Project Organization

Project Organization

Oracle Corporation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/jacc

Download jakarta.security.jacc-api

How to add to project

<!-- https://jarcasting.com/artifacts/jakarta.security.jacc/jakarta.security.jacc-api/ -->
<dependency>
    <groupId>jakarta.security.jacc</groupId>
    <artifactId>jakarta.security.jacc-api</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.security.jacc/jakarta.security.jacc-api/
implementation 'jakarta.security.jacc:jakarta.security.jacc-api:1.6.1'
// https://jarcasting.com/artifacts/jakarta.security.jacc/jakarta.security.jacc-api/
implementation ("jakarta.security.jacc:jakarta.security.jacc-api:1.6.1")
'jakarta.security.jacc:jakarta.security.jacc-api:jar:1.6.1'
<dependency org="jakarta.security.jacc" name="jakarta.security.jacc-api" rev="1.6.1">
  <artifact name="jakarta.security.jacc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.security.jacc', module='jakarta.security.jacc-api', version='1.6.1')
)
libraryDependencies += "jakarta.security.jacc" % "jakarta.security.jacc-api" % "1.6.1"
[jakarta.security.jacc/jakarta.security.jacc-api "1.6.1"]

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.servlet : jakarta.servlet-api jar 4.0.2

Project Modules

There are no modules declared in this project.

Jakarta Authorization

This repository contains the code for Jakarta Authorization.

Online JavaDoc

Building

Jakarta Authorization can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /app/target.

Making Changes

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

About Jakarta Authorization

Jakarta Authorization defines a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta- Servlet or Enterprise Beans) into these permissions.

jakarta.security.jacc

Eclipse EE4J

The Eclipse EE4J Project

Versions

Version
1.6.1