]
Brian Stansberry updated WFCORE-386:
------------------------------------
Fix Version/s: (was: 1.0.0.CR1)
Ability to configure a custom RBAC implementation
-------------------------------------------------
Key: WFCORE-386
URL:
https://issues.jboss.org/browse/WFCORE-386
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Brian Stansberry
Priority: Optional
Labels: RBAC-WF-only
Allow configuration of a module name and set of key/value properties to allow users to
plug in a custom implementation of the CustomAuthorizer interface. The impl would be
loadable via the ServiceLoader mechanism.
The hooks to integrate such a custom impl into the server are already done, so this is
should be just a matter of adding the config capability.