kerb4j icon indicating copy to clipboard operation
kerb4j copied to clipboard

Support apache kerby

Open bedrin opened this issue 4 months ago • 0 comments

Currently kerb4j library relies on Kerberos capabilities built into JDK.

Kerb4J must support Apache Kerby along with JDK built-in implementation. This would provide more flexibility, remove hard dependency on locked JDK implementation and would allow adding more implementation in future.

Create relevant abstraction layer(s) such s interfaces and Maven modules, so user could choose between Apache Kerby and JDK implementation of Kerberos and Spnego

bedrin avatar Aug 30 '25 09:08 bedrin