Download spring-security-kerberos-client-1.0.1.release.jar file

Introduction

You can download spring-security-kerberos-client-1.0.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-security-kerberos-client-1.0.1.release.jar file has the following types.

META-INF/MANIFEST.MF
org.springframework.security.kerberos.client.KerberosRestTemplate.class
org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig.class
org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource.class

Pom

spring-security-kerberos-client-1.0.1.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.security.kerberos</groupId>
  <artifactId>spring-security-kerberos-client</artifactId>
  <version>1.0.1.RELEASE</version>
  <name>Spring Security Kerberos Client</name>
  <description>Spring Security Kerberos Client</description>
  <url>http://projects.spring.io/spring-security-kerberos</url>
  <organization>
    <name>SpringSource</name>
    <url>http://projects.spring.io/spring-security-kerberos/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mwiesner</id>
      <name>Mike Wiesner</name>
      <email>mwiesner@vmware.com</email>
    </developer>
    <developer>
      <id>jvalkeal</id>
      <name>Janne Valkealahti</name>
      <email>jvalkealahti@pivotal.io</email>
      <properties>
        <twitter>tunebluez</twitter>
      </properties>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-security-kerberos</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-security-kerberos</developerConnection>
    <url>https://github.com/SpringSource/spring-security-kerberos</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.1.6.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>api-ldap-schema-data</artifactId>
          <groupId>org.apache.directory.api</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.3.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>api-ldap-schema-data</artifactId>
          <groupId>org.apache.directory.api</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.security.kerberos</groupId>
      <artifactId>spring-security-kerberos-core</artifactId>
      <version>1.0.1.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>api-ldap-schema-data</artifactId>
          <groupId>org.apache.directory.api</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.security.kerberos</groupId>
   <artifactId>spring-security-kerberos-client</artifactId>
   <version>1.0.1.release</version>
</dependency>

Download

If you think the following spring-security-kerberos-client-1.0.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-security-kerberos-client-1.0.1.release.jar file




PreviousNext

Related