Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Class javax.security.auth.callback.UnsupportedCallbackException
Uses in package javax.security.auth.callback
Methods which throw type javax.security.auth.callback.UnsupportedCallbackException
void
CallbackHandler
.
handle
(
Callback
[] callbacks)
Retrieve or display the information requested in the provided
Callback
s.
The
handle()
method implementation checks the instance(s) of the
Callback
object(s) passed in to retrieve or display the requested information.
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)