File: control

package info (click to toggle)
jakarta-authentication-api 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,760 kB
  • sloc: xml: 517; java: 493; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 995 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: jakarta-authentication-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 maven-debian-helper,
 libmaven-bundle-plugin-java
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/jakarta-authentication-api.git
Vcs-Browser: https://salsa.debian.org/java-team/jakarta-authentication-api
Homepage: https://jakarta.ee/specifications/authentication/

Package: libjakarta-authentication-api-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Jakarta Authentication API
 Jakarta Authentication 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 to the container.