6 Commits

Author SHA1 Message Date
Rob Winch
50a77ae051 Use Spring Security Lambda DSL
Closes gh-207
2024-05-29 15:36:18 -05:00
Rob Winch
aa81c15f97 Use Version Catalog with Latest Dependency Versions
Closes gh-195 gh-196 gh-197 gh-198 gh-199 gh-200 gh-201 gh-202 gh-203 gh-204 gh-205 gh-206
2024-05-29 15:36:18 -05:00
Janne Valkealahti
df0ec59ae4 Migrate client examples
- Build both sec-client-rest-template and sec-server-client-auth
- Migrate HttpClient 4.x to 5.x
- Relates #165
2023-03-28 08:37:19 +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
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
2d471ee9d3 Add new boot based samples 2015-03-10 11:54:48 +00:00