Download jetty-jaas-9.2.4.v20141103.jar file

Introduction

You can download jetty-jaas-9.2.4.v20141103.jar in this page.

License

Eclipse Open Source

Type List

jetty-jaas-9.2.4.v20141103.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

Pom

jetty-jaas-9.2.4.v20141103.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.2.4.v20141103</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>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <executions>
          <execution>
            <goals>
              <goal>manifest</goal>
            </goals>
            <configuration>
              <instructions>
               <_versionpolicy> </_versionpolicy>
               <Import-Package>javax.sql.*,javax.security.*,javax.naming.*,
               javax.servlet.*;version="[2.6.0,3.2)",
               *</Import-Package>
              </instructions>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
            <configuration>
              <descriptorRefs>
                <descriptorRef>config</descriptorRef>
              </descriptorRefs>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <!-- 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>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-jaas</artifactId>
   <version>9.2.4.v20141103</version>
</dependency>

Download

If you think the following jetty-jaas-9.2.4.v20141103.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.2.4.v20141103.jar file




PreviousNext

Related