JAAS - fails to persist Kerberos ticket to cache file, and unable to create cache from scratch.. and other details

后端 未结 3 1708
野趣味
野趣味 2020-12-18 11:40

I\'m developing a Java application that performs authentication with JAAS, should work as follows: (i) when the ticket for user uclient is already in local cach

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 11:50

    You can't. Java does not support persisting your TGT or service tickets back to a file-based cache which can be used with MIT Kerberos or Heimdal. Oracle has some private classes to do this, but I wouldn't recommend doing this.

提交回复
热议问题