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.accesscontrol   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers   
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.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.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return AuthenticationInformation
 AuthenticationInformation AuthenticationControl.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 AuthenticationInformation AccessControl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in with the given credentials.
 AuthenticationInformation AccessControlImpl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in with the given credentials.
 

Uses of AuthenticationInformation in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers that return AuthenticationInformation
 AuthenticationInformation EMFModelAuthenticationVerifier.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 AuthenticationInformation AbstractAuthenticationControl.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 

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.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 © 2015. All Rights Reserved.