|
|
2
4
使用JAAS领域和kerberos 5 JAAS模块如何? http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JAASRealm http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html 看起来它可能需要一些编码,但片段应该在那里。 |
|
|
3
2
这里有一个 http://spnego.sourceforge.net/credential_delegation.html 辅导的它将Kerberos/SPNEGO实现为一个httpservlet过滤器,并支持凭证委派。 |