Last Version

Jakarta Authentication Specification 2.0.1.Final

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 (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.

License

License

Categories

Categories

JBoss Container Application Servers Security
GroupId

GroupId

org.jboss.spec.javax.security.auth.message
ArtifactId

ArtifactId

authentication-spec
Version

Version

2.0.1.Final
Type

Type

pom
Description

Description

Jakarta Authentication Specification
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 (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.
Project Organization

Project Organization

JBoss by Red Hat

Download authentication-spec 2.0.1.Final


<!-- https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/authentication-spec/ -->
<dependency>
    <groupId>org.jboss.spec.javax.security.auth.message</groupId>
    <artifactId>authentication-spec</artifactId>
    <version>2.0.1.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/authentication-spec/
implementation 'org.jboss.spec.javax.security.auth.message:authentication-spec:2.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/authentication-spec/
implementation ("org.jboss.spec.javax.security.auth.message:authentication-spec:2.0.1.Final")
'org.jboss.spec.javax.security.auth.message:authentication-spec:pom:2.0.1.Final'
<dependency org="org.jboss.spec.javax.security.auth.message" name="authentication-spec" rev="2.0.1.Final">
  <artifact name="authentication-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.spec.javax.security.auth.message', module='authentication-spec', version='2.0.1.Final')
)
libraryDependencies += "org.jboss.spec.javax.security.auth.message" % "authentication-spec" % "2.0.1.Final"
[org.jboss.spec.javax.security.auth.message/authentication-spec "2.0.1.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.