]
Kabir Khan updated WFCORE-2655:
-------------------------------
Fix Version/s: 3.0.0.Beta16
(was: 3.0.0.Beta15)
Add option to wrap the GSSCredential in kerberos security factory
-----------------------------------------------------------------
Key: WFCORE-2655
URL:
https://issues.jboss.org/browse/WFCORE-2655
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Affects Versions: 3.0.0.Beta14
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: 3.0.0.Beta16
The legacy KerberosLoginModule has an option called wrapGssCredential that tells the code
building the GSSCredential that it should wrap the constructed credential to prevent
improper credential disposal by some DB drivers. It essentially delegates every method to
the wrapped GSSCredential but makes dispose() a no-op.
The kerberos security factory in the Elytron subsystem doesn't offer an option to
wrap the credential and it creates a backwards compatibility problem.