Stefan Guilhen created WFLY-8552:
------------------------------------
Summary: 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: Stefano Maestri
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)