]
Kabir Khan commented on ELY-278:
--------------------------------
[~dlofthouse] assigning to you so you can close this if it is out of date
Add CBH to AuthenticationConfiguration overriding *some* callbacks
------------------------------------------------------------------
Key: ELY-278
URL:
https://issues.jboss.org/browse/ELY-278
Project: WildFly Elytron
Issue Type: Feature Request
Components: Authentication Client
Reporter: Kabir Khan
Assignee: Darran Lofthouse
SetPasswordCallbackHandlerAuthenticationConfiguration only allows overriding of
PasswordCallback, CredentialCallback and CredentialParameterCallback. For OTP I need to
handle PasswordCallback and ParameterCallback, as part of one class.
SetCallbackHandlerAuthenticationConfiguration on the other hand seems to consider being
the only callback, meaning for OTP I will not be able to reuse logic for handling the
principal and the extended choice (added as ELY-274)