Uses of Interface
org.eclipse.ecf.core.security.IConnectContext
- 
- 
Uses of IConnectContext in org.eclipse.ecf.coreMethods in org.eclipse.ecf.core with parameters of type IConnectContext Modifier and Type Method Description voidBaseContainer. connect(ID targetID, IConnectContext connectContext)voidIContainer. connect(ID targetID, IConnectContext connectContext)Connect to a target remote process or process group.protected StringAbstractContainer. getPasswordFromConnectContext(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.core.securityMethods in org.eclipse.ecf.core.security that return IConnectContext Modifier and Type Method Description static IConnectContextConnectContextFactory. createPasswordConnectContext(String password)Create password connect context, where password is represented as a Stringstatic IConnectContextConnectContextFactory. createUsernamePasswordConnectContext(String username, Object password)Create username and password connect context, where username is represented as a String and password as an Object.Methods in org.eclipse.ecf.core.security with parameters of type IConnectContext Modifier and Type Method Description ObjectIConnectInitiatorPolicy. createConnectData(IContainer container, ID targetID, IConnectContext context)Create connect data for given IContainer, given targetID and given context
- 
Uses of IConnectContext in org.eclipse.ecf.core.sharedobjectMethods in org.eclipse.ecf.core.sharedobject with parameters of type IConnectContext Modifier and Type Method Description voidISharedObjectContext. connect(ID targetID, IConnectContext connectContext)(non-Javadoc)
- 
Uses of IConnectContext in org.eclipse.ecf.filetransferMethods in org.eclipse.ecf.filetransfer with parameters of type IConnectContext Modifier and Type Method Description voidIRemoteFileSystemBrowserContainerAdapter. setConnectContextForAuthentication(IConnectContext connectContext)Set connect context for authentication upon subsequentIRemoteFileSystemBrowserContainerAdapter.sendBrowseRequest(IFileID, IRemoteFileSystemListener).voidIRetrieveFileTransferContainerAdapter. setConnectContextForAuthentication(IConnectContext connectContext)Set connect context for authentication upon subsequentIRetrieveFileTransferContainerAdapter.sendRetrieveRequest(IFileID, IFileTransferListener, Map).voidISendFileTransferContainerAdapter. setConnectContextForAuthentication(IConnectContext connectContext)Set connect context for authentication upon subsequentISendFileTransferContainerAdapter.sendOutgoingRequest(IFileID, IFileTransferInfo, IFileTransferListener, Map).
- 
Uses of IConnectContext in org.eclipse.ecf.osgi.services.remoteserviceadminMethods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return IConnectContext Modifier and Type Method Description protected IConnectContextAbstractContainerSelector. createConnectContext(ServiceReference serviceReference, Map<String,Object> properties, IContainer container, Object context)protected IConnectContextAbstractConsumerContainerSelector. getConnectContext(IContainer container, ID connectTargetID)Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type IConnectContext Modifier and Type Method Description protected voidAbstractContainerSelector. connectContainer(IContainer container, ID connectTargetID, IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.dnssdMethods in org.eclipse.ecf.provider.dnssd with parameters of type IConnectContext Modifier and Type Method Description voidDnsSdDiscoveryAdvertiser. connect(ID aTargetID, IConnectContext connectContext)abstract voidDnsSdDiscoveryContainerAdapter. connect(ID targetID, IConnectContext connectContext)voidDnsSdDiscoveryLocator. connect(ID aTargetID, IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.browseFields in org.eclipse.ecf.provider.filetransfer.browse declared as IConnectContext Modifier and Type Field Description protected IConnectContextAbstractFileSystemBrowser. connectContextMethods in org.eclipse.ecf.provider.filetransfer.browse with parameters of type IConnectContext Modifier and Type Method Description voidMultiProtocolFileSystemBrowserAdapter. setConnectContextForAuthentication(IConnectContext connectContext)Constructors in org.eclipse.ecf.provider.filetransfer.browse with parameters of type IConnectContext Constructor Description AbstractFileSystemBrowser(IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL url, IConnectContext connectContext, Proxy proxy)URLFileSystemBrowser(IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL directoryOrFileURL, IConnectContext connectContext, Proxy proxy)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.httpclient4Methods in org.eclipse.ecf.provider.filetransfer.httpclient4 with parameters of type IConnectContext Modifier and Type Method Description voidHttpClientRetrieveFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)Constructors in org.eclipse.ecf.provider.filetransfer.httpclient4 with parameters of type IConnectContext Constructor Description HttpClientFileSystemBrowser(org.apache.http.impl.client.DefaultHttpClient httpClient, IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL directoryOrFileURL, IConnectContext connectContext, Proxy proxy)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.httpclient45Methods in org.eclipse.ecf.provider.filetransfer.httpclient45 with parameters of type IConnectContext Modifier and Type Method Description voidHttpClientRetrieveFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)Constructors in org.eclipse.ecf.provider.filetransfer.httpclient45 with parameters of type IConnectContext Constructor Description HttpClientFileSystemBrowser(org.apache.http.impl.client.CloseableHttpClient httpClient, IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL directoryOrFileURL, IConnectContext connectContext, Proxy proxy)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.httpclient5Methods in org.eclipse.ecf.provider.filetransfer.httpclient5 with parameters of type IConnectContext Modifier and Type Method Description voidHttpClientRetrieveFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)Constructors in org.eclipse.ecf.provider.filetransfer.httpclient5 with parameters of type IConnectContext Constructor Description HttpClientFileSystemBrowser(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL directoryOrFileURL, IConnectContext connectContext, Proxy proxy)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.outgoingFields in org.eclipse.ecf.provider.filetransfer.outgoing declared as IConnectContext Modifier and Type Field Description protected IConnectContextAbstractOutgoingFileTransfer. connectContextMethods in org.eclipse.ecf.provider.filetransfer.outgoing with parameters of type IConnectContext Modifier and Type Method Description voidAbstractOutgoingFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)voidMultiProtocolOutgoingAdapter. setConnectContextForAuthentication(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.filetransfer.retrieveFields in org.eclipse.ecf.provider.filetransfer.retrieve declared as IConnectContext Modifier and Type Field Description protected IConnectContextAbstractRetrieveFileTransfer. connectContextMethods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type IConnectContext Modifier and Type Method Description voidAbstractRetrieveFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)voidMultiProtocolRetrieveAdapter. setConnectContextForAuthentication(IConnectContext connectContext)voidUrlConnectionRetrieveFileTransfer. setConnectContextForAuthentication(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.genericMethods in org.eclipse.ecf.provider.generic with parameters of type IConnectContext Modifier and Type Method Description voidClientSOContainer. connect(ID targetID, IConnectContext joinContext)voidServerSOContainer. connect(ID groupID, IConnectContext joinContext)abstract voidSOContainer. connect(ID groupID, IConnectContext connectContext)voidSOContext. connect(ID groupID, IConnectContext joinContext)protected ObjectClientSOContainer. getConnectData(ID remote, IConnectContext joinContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.jslp.containerMethods in org.eclipse.ecf.provider.jslp.container with parameters of type IConnectContext Modifier and Type Method Description voidJSLPDiscoveryContainer. connect(ID aTargetID, IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.remoteservice.genericFields in org.eclipse.ecf.provider.remoteservice.generic declared as IConnectContext Modifier and Type Field Description protected IConnectContextRegistrySharedObject. connectContextConnect context to be used for connect.Methods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type IConnectContext Modifier and Type Method Description voidRegistrySharedObject. setConnectContextForAuthentication(IConnectContext connectContext)voidRemoteServiceContainer. setConnectContextForAuthentication(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.provider.zookeeper.coreMethods in org.eclipse.ecf.provider.zookeeper.core with parameters of type IConnectContext Modifier and Type Method Description voidZooDiscoveryContainer. connect(ID id, IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice that return IConnectContext Modifier and Type Method Description protected IConnectContextRemoteServiceContainerAdapterImpl. getConnectContext()Methods in org.eclipse.ecf.remoteservice with parameters of type IConnectContext Modifier and Type Method Description voidAbstractRSAContainer. connect(ID targetID, IConnectContext connectContext)voidIRemoteServiceConsumer. setConnectContextForAuthentication(IConnectContext connectContext)Set connect context for authentication upon subsequent calls toIRemoteServiceConsumer.getRemoteServiceReferences(ID[], String, String)orIRemoteServiceConsumer.asyncGetRemoteServiceReferences(ID[], String, String).voidIRemoteServiceContainerAdapter. setConnectContextForAuthentication(IConnectContext connectContext)Set connect context for authentication upon subsequent calls toIRemoteServiceContainerAdapter.getRemoteServiceReferences(ID[], String, String)orIRemoteServiceContainerAdapter.asyncGetRemoteServiceReferences(ID[], String, String).voidRemoteServiceContainerAdapterImpl. setConnectContextForAuthentication(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.remoteservice.clientFields in org.eclipse.ecf.remoteservice.client declared as IConnectContext Modifier and Type Field Description protected IConnectContextAbstractClientContainer. connectContextMethods in org.eclipse.ecf.remoteservice.client that return IConnectContext Modifier and Type Method Description IConnectContextAbstractClientContainer. getConnectContextForAuthentication()Methods in org.eclipse.ecf.remoteservice.client with parameters of type IConnectContext Modifier and Type Method Description voidAbstractClientContainer. connect(ID targetID, IConnectContext connectContext1)voidAbstractClientContainer. setConnectContextForAuthentication(IConnectContext connectContext)
- 
Uses of IConnectContext in org.eclipse.ecf.remoteservice.servletMethods in org.eclipse.ecf.remoteservice.servlet with parameters of type IConnectContext Modifier and Type Method Description voidServletServerContainer. setConnectContextForAuthentication(IConnectContext connectContext)
 
-