Uses of Interface
org.eclipse.ecf.core.security.Callback

Packages that use Callback
org.eclipse.ecf.core.security   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.xmpp   
 

Uses of Callback in org.eclipse.ecf.core.security
 

Classes in org.eclipse.ecf.core.security that implement Callback
 class BooleanCallback
          Callback that handles Boolean types
 class NameCallback
          Callback that handles String types
 class ObjectCallback
          Callback that handles arbitrary Objects
 class PassphraseCallback
          Callback that handles passphrases
 class PasswordCallback
          Callback that handles passwords
 

Methods in org.eclipse.ecf.core.security that return Callback
 Callback UnsupportedCallbackException.getCallback()
          Get the unrecognized Callback.
 

Methods in org.eclipse.ecf.core.security with parameters of type Callback
 void CallbackHandler.handle(Callback[] callbacks)
           
 

Constructors in org.eclipse.ecf.core.security with parameters of type Callback
UnsupportedCallbackException(Callback callback)
          Constructs a UnsupportedCallbackException with no detail message.
UnsupportedCallbackException(Callback callback, java.lang.String msg)
          Constructs a UnsupportedCallbackException with the specified detail message.
 

Uses of Callback in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return Callback
protected  Callback[] ClientSOContainer.createAuthorizationCallbacks()
           
 

Uses of Callback in org.eclipse.ecf.provider.xmpp
 

Methods in org.eclipse.ecf.provider.xmpp that return Callback
protected  Callback[] XMPPContainer.createAuthorizationCallbacks()
           
 

Methods in org.eclipse.ecf.provider.xmpp with parameters of type Callback
protected  java.lang.Object XMPPContainer.createConnectData(ID target, Callback[] cbs, java.lang.Object data)