Uses of Class
org.eclipse.ecf.core.security.UnsupportedCallbackException

Packages that use UnsupportedCallbackException
org.eclipse.ecf.core.security   
org.eclipse.ecf.provider.filetransfer.browse   
org.eclipse.ecf.provider.filetransfer.httpclient   
org.eclipse.ecf.provider.filetransfer.httpclient4   
org.eclipse.ecf.provider.filetransfer.retrieve   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.xmpp   
 

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

Methods in org.eclipse.ecf.core.security that throw UnsupportedCallbackException
 void CallbackHandler.handle(Callback[] callbacks)
           
 

Uses of UnsupportedCallbackException in org.eclipse.ecf.provider.filetransfer.browse
 

Methods in org.eclipse.ecf.provider.filetransfer.browse that throw UnsupportedCallbackException
protected  void URLFileSystemBrowser.setupAuthentication()
           
 

Uses of UnsupportedCallbackException in org.eclipse.ecf.provider.filetransfer.httpclient
 

Methods in org.eclipse.ecf.provider.filetransfer.httpclient that throw UnsupportedCallbackException
protected  org.apache.commons.httpclient.Credentials HttpClientFileSystemBrowser.getFileRequestCredentials()
           
protected  org.apache.commons.httpclient.Credentials HttpClientRetrieveFileTransfer.getFileRequestCredentials()
           
protected  void HttpClientFileSystemBrowser.setupAuthentication(java.lang.String urlString)
           
protected  void HttpClientRetrieveFileTransfer.setupAuthentication(java.lang.String urlString)
           
 

Uses of UnsupportedCallbackException in org.eclipse.ecf.provider.filetransfer.httpclient4
 

Methods in org.eclipse.ecf.provider.filetransfer.httpclient4 that throw UnsupportedCallbackException
protected  Credentials HttpClientFileSystemBrowser.getFileRequestCredentials()
          Retrieves the credentials for requesting the file.
protected  Credentials HttpClientRetrieveFileTransfer.getFileRequestCredentials()
           
protected  void HttpClientFileSystemBrowser.setupAuthentication(java.lang.String urlString)
           
protected  void HttpClientRetrieveFileTransfer.setupAuthentication(java.lang.String urlString)
           
 

Uses of UnsupportedCallbackException in org.eclipse.ecf.provider.filetransfer.retrieve
 

Methods in org.eclipse.ecf.provider.filetransfer.retrieve that throw UnsupportedCallbackException
protected  void UrlConnectionRetrieveFileTransfer.setupAuthentication()
           
 

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

Methods in org.eclipse.ecf.provider.generic that throw UnsupportedCallbackException
protected  java.lang.Object ClientSOContainer.getConnectData(ID remote, IConnectContext joinContext)
           
 

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

Methods in org.eclipse.ecf.provider.xmpp that throw UnsupportedCallbackException
protected  java.lang.Object XMPPContainer.getConnectData(ID remote, IConnectContext joinContext)