]
David Lloyd updated ELY-221:
----------------------------
Component/s: API / SPI
Implement a better X.500 principal mapper
-----------------------------------------
Key: ELY-221
URL:
https://issues.jboss.org/browse/ELY-221
Project: WildFly Elytron
Issue Type: Feature Request
Components: API / SPI
Reporter: David Lloyd
Fix For: 1.1.0.Alpha3
We can provide something better than a flat string mapping. Some thoughts on
requirements:
* Require that a minimum set of keys are present, else return {{null}}
* Allow piecewise assembly of principal names with the following components:
** Static string
** Single attribute value e.g. {{dc[0]}}
** Joined attribute value (with optional subrange) e.g. {{dc:"."}} would
convert {{dc=example,dc=com}} to {{example.com}}
** Joined attribute value in reverse (with optional subrange)