]
Brian Stansberry updated WFLY-13434:
------------------------------------
Fix Version/s: 21.0.0.Beta1
(was: 20.0.0.Final)
Update EJB / Elytron Integration to use SecurityMetaData in
DeploymentUnit
--------------------------------------------------------------------------
Key: WFLY-13434
URL:
https://issues.redhat.com/browse/WFLY-13434
Project: WildFly
Issue Type: Task
Components: EJB, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 21.0.0.Beta1
WFCORE-4962 is adding a new SecurityMetaData class and adding as an attachment to the
DeploymentUnit.
If this contains a ServiceName for a security domain this should be used instead of any
local mapping in the subsystem, additionally the presence of this domain should act as a
flag to enable the Elytron form of interceptors.
Also if an Elytron SecurityDomain is selected for the deployment it's ServiceName
should be set on the SecurityMetaData instance.