Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDOAuthenticator

Packages that use CDOAuthenticator
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to remote repositories. 
org.eclipse.emf.spi.cdo 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
 CDOAuthenticator CDOSessionConfiguration.getAuthenticator()
          Returns the authenticator of this configuration, never null.
 

Uses of CDOAuthenticator in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOAuthenticator
 CDOAuthenticator InternalCDOSession.getAuthenticator()
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOAuthenticator
 void InternalCDOSession.setAuthenticator(CDOAuthenticator authenticator)
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.