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..
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | hibernate-core 3.3.1.GA The core functionality of Hibernate | 31 |
JPA Hibernate | hibernate-core 3.3.2.GA The core functionality of Hibernate | 37 |
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>