]
Darran Lofthouse commented on ELY-593:
--------------------------------------
Ok so sounds like the only optimisation check is that the mechanism name is at least
supported in principal before the callback.
Optimisation of Gs2SaslClientFactory.createSaslClient
-----------------------------------------------------
Key: ELY-593
URL:
https://issues.jboss.org/browse/ELY-593
Project: WildFly Elytron
Issue Type: Task
Components: SASL
Affects Versions: 1.1.0.Beta6
Reporter: Darran Lofthouse
Assignee: Farah Juma
Fix For: 1.1.0.Beta7
There are a couple of opportunities to optimise the createSaslClient method.
# Check that one of the mechanisms in the list is supported in principal.
# The ChannelBindingCallback can possibly also be delayed until the selection reaches a
mechanism that requires it.