Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.AuthenticationInformation

Packages that use AuthenticationInformation
org.eclipse.emf.emfstore.internal.client.model.connectionmanager   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.util   
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.client.model.connectionmanager
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager that return AuthenticationInformation
 AuthenticationInformation ConnectionManager.logIn(String username, String password, ServerInfo severInfo, ClientVersionInfo clientVersionInfo)
          Log into the server given by server info.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return AuthenticationInformation
 AuthenticationInformation XmlRpcConnectionManager.logIn(String username, String password, ServerInfo serverInfo, ClientVersionInfo clientVersionInfo)
          Log into the server given by server info.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return AuthenticationInformation
 AuthenticationInformation XmlRpcEmfStoreImpl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in the given credentials.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.model
 

Methods in org.eclipse.emf.emfstore.internal.server.model that return AuthenticationInformation
 AuthenticationInformation ModelFactory.createAuthenticationInformation()
          Returns a new object of class 'Authentication Information'.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.model.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.impl that implement AuthenticationInformation
 class AuthenticationInformationImpl
          An implementation of the model object ' Authentication Information'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return AuthenticationInformation
 AuthenticationInformation ModelFactoryImpl.createAuthenticationInformation()
           
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.model.impl.api
 

Constructors in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type AuthenticationInformation
ESAuthenticationInformationImpl(AuthenticationInformation authInfo)
          Constructor.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.model.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.util with parameters of type AuthenticationInformation
 T ModelSwitch.caseAuthenticationInformation(AuthenticationInformation object)
          Returns the result of interpreting the object as an instance of ' Authentication Information'.
 



Copyright © 2016. All Rights Reserved.