存储 Kerberos 会话密钥

发布于 2024-12-02 23:07:52 字数 164 浏览 7 评论 0原文

如何在 Java 程序中存储 Kerberos 服务密钥。

我创建了一个客户端和服务器端程序,其中我的服务器和客户端上的服务器端站点在我的计算机上使用,我可以访问服务并使用它 - 然后我关闭它。

我想再次访问该服务而无需重新登录 Kerberos,我该怎么做?

干杯

How do you store Kerberos service keys in a Java program.

I have created a client and serverside program, where the serverside sites on my server and client is used on my computer, i can get to the serivce and use it - i then close it.

I want to reach the service again without having to log back into Kerberos, how could i do this?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮坠入山谷 2024-12-09 23:07:52

作为客户?如果您需要凭证缓存。这是通过登录操作系统并由操作系统维护缓存来完成的。 Java 访问此缓存。

As a client? If you, oyu need a credential cache. This is done by logging in into the OS and have the cache maintained by your OS. Java accesses this cache.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文