]
Jan Kalina commented on WFLY-7178:
----------------------------------
role-decoder is used in RealmRef in SecurityDomain only and it is optional here. (covered
by test)
I will remove empty-role-decoder.
Review empty-role-decoder resource in Elytron subsystem
-------------------------------------------------------
Key: WFLY-7178
URL:
https://issues.jboss.org/browse/WFLY-7178
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
We have an empty-role-decoder resource but it is a bit pointless really as it contains no
configuration.
Instead I think all references to role-decoder should be optional and where there is no
reference to a role decoder we automatically use the empty implementation instead.