]
Stefan Guilhen reassigned WFLY-8552:
------------------------------------
Assignee: Stefan Guilhen (was: Stefano Maestri)
Add support for GSSKerberosCredential in ElytronSubjectFactory
--------------------------------------------------------------
Key: WFLY-8552
URL:
https://issues.jboss.org/browse/WFLY-8552
Project: WildFly
Issue Type: Task
Components: JCA, Security
Affects Versions: 11.0.0.Alpha1
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
The JCA ElytronSubjectFactory must be improved to handle GSSKerberosCredentials to enable
kerberos based authentication for databases.
It should use a CredentialCallback of type GSSKerberosCredential to obtain the
GSSCredential and associated KerberosTicket when building the Subject that is used to
establish the connections to the DB. If the authentication configuration matched by the
configured authentication context references a kerberos security factory, this factory
will be used to create the credential and ticket that will in turn be inserted into the
constructed Subject instance.