| Package | Description |
|---|---|
| org.eclipse.emf.cdo.session |
Client concepts for dealing with sessions to CDO repositories.
|
| org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
| Modifier and Type | Method and Description |
|---|---|
CDOAuthenticator |
CDOSessionConfiguration.getAuthenticator()
Deprecated.
As of 4.2 use
CDOSessionConfiguration.getCredentialsProvider() and CDOSessionConfiguration.setCredentialsProvider(IPasswordCredentialsProvider), respectively |
| Modifier and Type | Method and Description |
|---|---|
CDOAuthenticator |
InternalCDOSession.getAuthenticator()
Deprecated.
As of 4.2 use
InternalCDOSession.getCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalCDOSession.setAuthenticator(CDOAuthenticator authenticator)
Deprecated.
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.