]
Kabir Khan reassigned ELY-278:
------------------------------
Assignee: Darran Lofthouse (was: Kabir Khan)
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)