Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDOAuthenticator
Packages that use CDOAuthenticator
Package
Description
Client concepts for dealing with sessions to CDO repositories.
Client service provider interfaces and useful base implementations.
-
Uses of CDOAuthenticator in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOAuthenticator -
Uses of CDOAuthenticator in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return CDOAuthenticatorModifier and TypeMethodDescriptionInternalCDOSession.getAuthenticator()
Deprecated.As of 4.2 useIPasswordCredentialsProvider.Provider.getCredentialsProvider()
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOAuthenticatorModifier and TypeMethodDescriptionvoid
InternalCDOSession.setAuthenticator
(CDOAuthenticator authenticator) Deprecated.
CDOSessionConfiguration.getCredentialsProvider()
andCDOSessionConfiguration.setCredentialsProvider(IPasswordCredentialsProvider)
, respectively