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

Packages that use CDOAuthenticator
org.eclipse.emf.cdo.session   
org.eclipse.emf.spi.cdo   
 

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 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.