Maven Repository - POM file for JEE jaas 1.0.01 1.0.01

Summary

Java Authentication and Authorization Service.

The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users..

Declaration

Here is the list of declaration for jaas. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>javax.security</groupId>
   <artifactId>jaas</artifactId>
   <version>1.0.01</version>
</dependency>

If you think this Maven repository POM file listing for jaas is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depended by

The following table lists the most popular artifacts which are depending on jaas-1.0.01. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate-core 3.3.1.GA
The core functionality of Hibernate
31
JPA Hibernatehibernate-core 3.3.2.GA
The core functionality of Hibernate
37

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.security</groupId>
  <artifactId>jaas</artifactId>
  <version>1.0.01</version>
  <name>Java Authentication and Authorization Service</name>
  <description>
    The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users. 
  </description>
  <url>http://java.sun.com/products/jaas</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/products/jaas/index-10.html</downloadUrl>
  </distributionManagement>
</project>