]
David Lloyd resolved ELY-1399.
------------------------------
Resolution: Done
Add a variation of
AuthenticationContextConfigurationClient#getAuthenticationConfiguration() which does not
override host/port/protocol
---------------------------------------------------------------------------------------------------------------------------------------
Key: ELY-1399
URL:
https://issues.jboss.org/browse/ELY-1399
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI, Authentication Client
Reporter: David Lloyd
Assignee: David Lloyd
Fix For: 1.1.5.CR1, 1.2.0.Beta6
Some usages need to use an authentication configuration from one target and apply it to
another. There should be a variation of this method which does not support overrides of
the URI information. The overridden port, host, and protocol would be null (or -1) in
these cases if they were not specified in the original configuration.