Package org.eclipse.ecf.core.security
Interface IConnectContext
- 
 public interface IConnectContextA connect context for passing in information to theIContainer.connect(org.eclipse.ecf.core.identity.ID, IConnectContext)call.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackHandlergetCallbackHandler()Get the callbackhandler instance used by the provider to callback into application code.
 
- 
- 
- 
Method Detail- 
getCallbackHandlerCallbackHandler getCallbackHandler() Get the callbackhandler instance used by the provider to callback into application code. The provider will typically use the callback handler to provide a set of callbacks for getting/retrieving authorization info- Returns:
- CallbackHandler
 
 
- 
 
-