]
Darran Lofthouse commented on WFCORE-2293:
------------------------------------------
I think we can re-use the security-domain-ref as well although technically a different
security domain they are similar.
Centrally define sensitivity classifications for references to
Elytron capabilities.
------------------------------------------------------------------------------------
Key: WFCORE-2293
URL:
https://issues.jboss.org/browse/WFCORE-2293
Project: WildFly Core
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 3.0.0.Beta1
Predominantly the following 6 items are referenced across the application server: -
Authentication Context
Credential Store
HTTP Authentication Factory
SASL Authentication Factory
SSLContext
Security Domain
We should probably represent these as: -
(Authentication Context) -> Authentication Client Ref
(Credential Store) -> Credential
(HTTP / SASL Authentication Factory) -> Authentication Factory Ref
(Security Domain) -> Security Domain Ref
(SSL Context) -> SSL Ref
We already have 'Credential' defined so we can re-use that.