]
Darran Lofthouse resolved WFCORE-2435.
--------------------------------------
Fix Version/s: 3.0.0.Beta29
Assignee: Darran Lofthouse
Resolution: Done
Elytron missing constant-role-decoder
-------------------------------------
Key: WFCORE-2435
URL:
https://issues.jboss.org/browse/WFCORE-2435
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Assignee: Darran Lofthouse
Fix For: 3.0.0.Beta29
There is no {{constant-role-decoder}}, however all of other mappers have constant-*
variant:
{code}
[standalone@localhost:9990 /] /subsystem=elytron/constant-<TAB>
constant-name-rewriter constant-permission-mapper constant-principal-decoder
constant-realm-mapper constant-role-mapper
{code}
It can be useful for simple applications / demos / testing ...
Please add it for the sake of completeness.