20 Commits

Author SHA1 Message Date
Gregor Dschung
481884336f Fix Maven-Repositories 2021-02-09 10:27:33 +01:00
Spring Operator
73bec37099 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://projects.spring.io/spring-security-kerberos/ migrated to:
  https://projects.spring.io/spring-security-kerberos/ ([https](https://projects.spring.io/spring-security-kerberos/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://docs.jboss.org/jbossas/javadoc/4.0.5/connector migrated to:
  https://docs.jboss.org/jbossas/javadoc/4.0.5/connector ([https](https://docs.jboss.org/jbossas/javadoc/4.0.5/connector) result 301).
* http://projects.spring.io/spring-security-kerberos migrated to:
  https://projects.spring.io/spring-security-kerberos ([https](https://projects.spring.io/spring-security-kerberos) result 301).
* http://repo.springsource.org/plugins-release migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://repo.spring.io/libs-release migrated to:
  https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302).
2019-03-05 21:38:45 -06:00
Rob Winch
ed7d025807 Disable artifactory publish for sample projects 2015-04-23 09:39:41 -05:00
Rob Winch
9a6165d7dc Improve Modularity
* Create spring-security-kerberos-web to limit dependencies for non-web based projects
* Add org.springframework.security.kerberos.authentication to better align with Spring Security packaging
* Add org.springframework.security.kerberos.authentication.sun to isolate Sun implementations of APIs
* Remove unnecessary dependencies

Fixes gh-20
2015-04-01 11:04:05 -05:00
Janne Valkealahti
34bbc910fc Don't publish boot packaged samples
- Simply disable jar artifacts for samples
- Fixes #18
2015-03-25 08:41:40 +00:00
Janne Valkealahti
4bc60d1740 Drop extensions from package names
- Throughout the codebase dropping extensions
  from org.springframework.security.extensions.kerberos.
- Fixes #16
2015-03-25 08:00:09 +00:00
Janne Valkealahti
19667a5cec Fixes for pr #13
- Fixing formatting and javadocs
- Change spring-security-ldap dep to optional to
  reduce risks because we're so close to GA.
- Modified sec-server-win-auth sample to use
  LdapUserDetailsService instead of DummyUserDetailsService.
  Added output of user principal to hello page.
2015-03-24 17:12:31 +00:00
Nelson Rodrigues
958c705509 Add Kerberized LdapContextSource 2015-03-24 17:12:20 +00:00
Janne Valkealahti
c390b24547 Add better support for KerberosRestTemplate
- Better configuration model
- Updates to ref docs
- New boot based client sample
2015-03-11 09:19:59 +00:00
Janne Valkealahti
2bd3762921 Reference doc updates 2015-03-10 17:40:08 +00:00
Janne Valkealahti
7c3ff33235 Remove old sample project 2015-03-10 11:58:53 +00:00
Janne Valkealahti
2d471ee9d3 Add new boot based samples 2015-03-10 11:54:48 +00:00
Janne Valkealahti
8e3c8646a6 Updates to ref docs 2015-03-06 13:25:11 +00:00
Janne Valkealahti
49eaab45ee Start of new ref doc structure with asciidoc 2015-03-05 12:50:41 +00:00
Janne Valkealahti
fc005b49b8 Polish 2015-02-26 13:41:28 +00:00
Janne Valkealahti
b1b3eefa41 Add Kerberized RestTemplate
- New KerberosRestTemplate which is able to use principal
  and keytab file to do privileged action so that jvm does
  a kerberos login and SPNEGO should work without trouble.
- Added Apache DS based MiniKdc implementation which allows
  to create test cases for both server and client without having
  a running real kerberos setup within the host OS.
2015-02-26 10:45:30 +00:00
Janne Valkealahti
89305ff5f4 Project updates
- change from 1.0.0.CI-SNAPSHOT to 1.0.0.BUILD-SNAPSHOT
- clean and update build with latest spring versions
2015-02-20 11:18:00 +00:00
Mike Wiesner
40a53fa4e5 Upgrade to Spring Framework version 3.2.2 2013-05-03 12:02:11 +02:00
Mike Wiesner
02452f2e76 Upgrade to Spring Security 3.1.4 2013-05-02 19:59:35 +02:00
Rob Winch
7200acf9d1 Update to Gradle build 2012-10-22 14:05:48 -05:00