Uses of Interface
org.dvb.auth.callback.Callback

Packages that use Callback
org.dvb.auth.callback Enables applications to ask the end-user for PIN codes. 
 

Uses of Callback in org.dvb.auth.callback
 

Classes in org.dvb.auth.callback that implement Callback
 class PasswordCallback
          Underlying security services instantiate and pass a PasswordCallback to the handle method of a CallbackHandler to retrieve password information.
 

Methods in org.dvb.auth.callback that return Callback
 Callback UnsupportedCallbackException.getCallback()
          Returns the Callback passed in to the constructor.
 

Methods in org.dvb.auth.callback with parameters of type Callback
 void CallbackHandler.handle(Callback[] callbacks)
          Called when a callback needs handling.
 

Constructors in org.dvb.auth.callback with parameters of type Callback
UnsupportedCallbackException(Callback callback)
          Creates a new instance of UnsupportedCallbackException without detail message.
UnsupportedCallbackException(Callback callback, java.lang.String msg)
          Constructs an instance of UnsupportedCallbackException with the specified detail message.