Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDOAuthenticator
- 
Packages that use CDOAuthenticator 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.
- 
- 
Uses of CDOAuthenticator in org.eclipse.emf.cdo.sessionMethods in org.eclipse.emf.cdo.session that return CDOAuthenticator Modifier and Type Method Description CDOAuthenticatorCDOSessionConfiguration. getAuthenticator()Deprecated.As of 4.2 useCDOSessionConfiguration.getCredentialsProvider()andCDOSessionConfiguration.setCredentialsProvider(IPasswordCredentialsProvider), respectively
- 
Uses of CDOAuthenticator in org.eclipse.emf.spi.cdoMethods in org.eclipse.emf.spi.cdo that return CDOAuthenticator Modifier and Type Method Description CDOAuthenticatorInternalCDOSession. getAuthenticator()Deprecated.As of 4.2 useIPasswordCredentialsProvider.Provider.getCredentialsProvider()Methods in org.eclipse.emf.spi.cdo with parameters of type CDOAuthenticator Modifier and Type Method Description voidInternalCDOSession. setAuthenticator(CDOAuthenticator authenticator)Deprecated.
 
-