Spring Security Kerberos Core


Лицензия

Лицензия

Категории

Категории

Безопасность
Группа

Группа

org.springframework.security.kerberos
Идентификатор

Идентификатор

spring-security-kerberos-core
Последняя версия

Последняя версия

1.0.1.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Security Kerberos Core
Spring Security Kerberos Core
Ссылка на сайт

Ссылка на сайт

http://projects.spring.io/spring-security-kerberos
Организация-разработчик

Организация-разработчик

SpringSource
Система контроля версий

Система контроля версий

https://github.com/SpringSource/spring-security-kerberos

Скачать spring-security-kerberos-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.springframework.security.kerberos/spring-security-kerberos-core/ -->
<dependency>
    <groupId>org.springframework.security.kerberos</groupId>
    <artifactId>spring-security-kerberos-core</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security.kerberos/spring-security-kerberos-core/
implementation 'org.springframework.security.kerberos:spring-security-kerberos-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security.kerberos/spring-security-kerberos-core/
implementation ("org.springframework.security.kerberos:spring-security-kerberos-core:1.0.1.RELEASE")
'org.springframework.security.kerberos:spring-security-kerberos-core:jar:1.0.1.RELEASE'
<dependency org="org.springframework.security.kerberos" name="spring-security-kerberos-core" rev="1.0.1.RELEASE">
  <artifact name="spring-security-kerberos-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security.kerberos', module='spring-security-kerberos-core', version='1.0.1.RELEASE')
)
libraryDependencies += "org.springframework.security.kerberos" % "spring-security-kerberos-core" % "1.0.1.RELEASE"
[org.springframework.security.kerberos/spring-security-kerberos-core "1.0.1.RELEASE"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-core jar 4.1.6.RELEASE
org.springframework.security : spring-security-core jar 3.2.7.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Spring Security Kerberos

With the Spring Security Kerberos Extension, your users are authenticated against your web application just by opening the URL. There is no need to enter a username/password and no need to install additional software.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information.

Documentation

Be sure to read the Spring Security Kerberos Reference. Extensive JavaDoc for the Spring Security Kerberos code is also available in the Spring Security Kerberos API Documentation.

Samples

Samples can be found under spring-security-kerberos-samples. Check the reference documentation more about what those do.

Building from Source

Spring Security Kerberos uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK7 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.7.0 folder extracted from the JDK download.

Check out sources

git clone git@github.com:spring-projects/spring-security-kerberos.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Getting Support

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Security Kerberos is Open Source software released under the Apache 2.0 license.

org.springframework.security.kerberos

Версии библиотеки

Версия
1.0.1.RELEASE
1.0.0.RELEASE