> On Jan 6, 2016, at 1:35 AM, Richard Levenberg <richa...@ufp.com> wrote: > > Is there any work planned for the javax.security.auth.callback.* package > and the provided com.sun.security.auth.callback.TextCallbackHandler?
No. > > Specifically it would be nice if the readLine method were protected > rather than private, and some thought went in to how to extend the > class, perhaps unrolling the loop through the array of Callback's. You are welcome to contribute any enhancement in this area. Please read the jdk9 change on this class first. Thanks Max > > r