11 Commits

Author SHA1 Message Date
Spring Operator
1515bda9ad 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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.springframework.org/schema/beans/spring-beans-3.2.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.2.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.2.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans-4.1.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-4.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-4.1.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context-3.2.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context-3.2.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.2.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context-4.1.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context-4.1.xsd ([https](https://www.springframework.org/schema/context/spring-context-4.1.xsd) result 200).
* http://www.springframework.org/schema/security/spring-security.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/security/spring-security.xsd ([https](https://www.springframework.org/schema/security/spring-security.xsd) result 200).
* http://www.springframework.org/schema/util/spring-util-4.1.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/util/spring-util-4.1.xsd ([https](https://www.springframework.org/schema/util/spring-util-4.1.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://www.springframework.org/schema/beans with 8 occurrences
* http://www.springframework.org/schema/context with 8 occurrences
* http://www.springframework.org/schema/security with 6 occurrences
* http://www.springframework.org/schema/util with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
2019-03-19 22:49:45 -05:00
Bartosz Belcik
6ed337976c Authorities populated after kerberos authentication. 2016-06-30 15:20:17 +02:00
Janne Valkealahti
85d8d3efdd Fix compile for sec 4.x
- Fixes #33
- In websecurityconfig, use default xsd. With 4.x sec core's
  namespace handler barks if 3.x is in use.
- Doing tweaks in KerberosLdapContextSource to overcome trouble
  with ldap's AbstractContextSource which wrongly removed
  throwing exception from its overridded afterPropertiesSet()
  method. Remove throw and re-throw super call.
2015-07-22 09:17:58 +01:00
Janne Valkealahti
3ba8632e6e Change KerberosLdapContextSource package
- From client to ldap to better indicate that ldap
  classes are optional.
- Fixes #23
2015-04-22 18:01:51 +01: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
f354bc29f2 Fix sec-server-win-auth sample
- Create SunJaasKrb5LoginConfig as bean
  so that InitializingBean method gets
  called, thus properly setting keytab.
- Fixes #21
2015-04-01 13:16:17 +01: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
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
2d471ee9d3 Add new boot based samples 2015-03-10 11:54:48 +00:00