Java™ Platform
Standard Ed. 6

Uses of Class
javax.security.auth.callback.UnsupportedCallbackException

Packages that use UnsupportedCallbackException
javax.security.auth.callback This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example). 
 

Uses of UnsupportedCallbackException in javax.security.auth.callback
 

Methods in javax.security.auth.callback that throw UnsupportedCallbackException
 void CallbackHandler.handle(Callback[] callbacks)
           Retrieve or display the information requested in the provided Callbacks.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.