6

I understand this is a long shot but, would there happen to be a clojure library for responding to kerberos over http (aka spnego) requests?

I'm currently looking into using spring-security framework for this but thought i'd ask about a more clojure friendly approach just in case.

4

1 回答 1

0

将 clojure 应用程序与 Spring Security 集成并没有什么特别之处。然而,你被它作为一个 servlet 过滤器的实现所束缚,所以你不能轻易地在一个通用的 http 库下使用它。在j2ee容器下,是个不错的选择。

于 2011-05-31T19:13:41.547 回答