Uses of Interface
org.eclipse.emf.emfstore.server.model.ESAuthenticationInformation

Packages that use ESAuthenticationInformation
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.server.auth   
 

Uses of ESAuthenticationInformation in org.eclipse.emf.emfstore.internal.server.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return ESAuthenticationInformation
 ESAuthenticationInformation LoginService.logIn(String username, String password, ESClientVersionInfo clientVersionInfo)
          Login the given user with the provided password and client version.
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type ESAuthenticationInformation
 ESUser DefaultESOrgUnitResolverService.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers that return ESAuthenticationInformation
 ESAuthenticationInformation UserVerifier.verifyUser(String username, String password, ESClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESAuthenticationInformation
 class ESAuthenticationInformationImpl
          Mapping between ESAuthenticationInformation and AuthenticationInformation.
 

Uses of ESAuthenticationInformation in org.eclipse.emf.emfstore.server.auth
 

Methods in org.eclipse.emf.emfstore.server.auth that return ESAuthenticationInformation
 ESAuthenticationInformation ESUserVerifier.verifyUser(String username, String password, ESClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 

Methods in org.eclipse.emf.emfstore.server.auth with parameters of type ESAuthenticationInformation
 void ESSessions.add(ESAuthenticationInformation authenticationInformation)
          Add the information of the given ESAuthenticationInformation to the session map.
 ESUser ESOrgUnitResolver.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 



Copyright © 2016. All Rights Reserved.