]
Darran Lofthouse commented on ELY-763:
--------------------------------------
Probably needs to be StringBuilder based otherwise each node in the hierarchy will perform
it's own String concatenation.
Add trace logging to AuthenticationConfiguration
------------------------------------------------
Key: ELY-763
URL:
https://issues.jboss.org/browse/ELY-763
Project: WildFly Elytron
Issue Type: Enhancement
Components: Authentication Client
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta15
Where an AuthenticationConfiguration instance is selected for use we need to be able to
log the resulting configuration.
It should be possible to call a toString or equivalent that navigates the full hierarchy
to log the settings in order.