You can download jetty-jaas-9.3.9.v20160517.jar in this page.
Eclipse Open Source
jetty-jaas-9.3.9.v20160517.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.jetty/jetty-jaas/pom.properties META-INF/maven/org.eclipse.jetty/jetty-jaas/pom.xml about.html org.eclipse.jetty.jaas.JAASGroup.class org.eclipse.jetty.jaas.JAASLoginService.class org.eclipse.jetty.jaas.JAASPrincipal.class org.eclipse.jetty.jaas.JAASRole.class org.eclipse.jetty.jaas.JAASUserPrincipal.class org.eclipse.jetty.jaas.RoleCheckPolicy.class org.eclipse.jetty.jaas.StrictRoleCheckPolicy.class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler.class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler.class org.eclipse.jetty.jaas.callback.ObjectCallback.class org.eclipse.jetty.jaas.callback.RequestParameterCallback.class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule.class org.eclipse.jetty.jaas.spi.AbstractLoginModule.class org.eclipse.jetty.jaas.spi.DataSourceLoginModule.class org.eclipse.jetty.jaas.spi.JDBCLoginModule.class org.eclipse.jetty.jaas.spi.LdapLoginModule.class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule.class org.eclipse.jetty.jaas.spi.UserInfo.class
jetty-jaas-9.3.9.v20160517.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.3.9.v20160517</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jaas</artifactId> <name>Jetty :: JAAS</name> <description>Jetty JAAS support</description> <properties> <bundle-symbolic-name>${project.groupId}.jaas</bundle-symbolic-name> </properties> <build> <plugins> <!-- always include the sources to be able to prepare the eclipse-jetty-SDK feature with a snapshot. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <configuration> <onlyAnalyze>org.eclipse.jetty.jaas.*</onlyAnalyze> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jaas</artifactId> <version>9.3.9.v20160517</version> </dependency>
If you think the following jetty-jaas-9.3.9.v20160517.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jetty-jaas-9.3.9.v20160517.jar file