| Group ID: |
javax.security |
| Artifact ID: |
jaas |
| Version: |
1.0.01 |
| Last modified: |
17.11.2005 13:22 |
| Name: |
Java Authentication and Authorization Service |
| Description: |
The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users. |
| URL: |
http://java.sun.com/products/jaas |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/javax/security/jaas/1.0.01/jaas-1.0.01.jar |
| POM: |
Show
hide
<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>
|
| Maven: |
<dependency>
<groupId>javax.security</groupId>
<artifactId>jaas</artifactId>
<version>1.0.01</version>
</dependency>
|
| Gradle: |
javax.security:jaas:1.0.01 |