public interface AuthorizingCallbackHandler
extends CallbackHandler
An extension so the CallbackHandler interface to allow for additional UserInfo to
be loaded to be associated with the current request.
The AuthorizingCallbackHandler returned from the ServerAuthenticationProvider will be
retained with the connection and after the SASL based authentication has completed the
createUserInfo method will be called in the same instance.