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

Packages that use ESUser
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.impl.api   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.server.auth   
org.eclipse.emf.emfstore.server.model   
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return ESUser
 ESUser DefaultESOrgUnitResolverService.copyAndResolveUser(ESUser esUser)
          Resolves the given user and returns a copy of it with all roles.
 ESUser DefaultESOrgUnitResolverService.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 ESUser DefaultESOrgUnitResolverService.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type ESUser
 ESUser DefaultESOrgUnitResolverService.copyAndResolveUser(ESUser esUser)
          Resolves the given user and returns a copy of it with all roles.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.impl.api that return types with arguments of type ESUser
 Set<ESUser> ESOrgUnitProviderImpl.getUsers()
          Returns a set of all known users.
 

Methods in org.eclipse.emf.emfstore.internal.server.impl.api with parameters of type ESUser
 void ESOrgUnitProviderImpl.addUser(ESUser user)
          Adds the given user.
 void ESOrgUnitProviderImpl.removeUser(ESUser user)
          Removes the given user.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that return ESUser
 ESUser ACUserImpl.toAPI()
          Returns the API interface of this class.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESUser
 class ESUserImpl
          The API implementation class for an ESUser.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api that return ESUser
 ESUser ESAuthenticationInformationImpl.getUser()
          Returns the authenticated user.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api that return types with arguments of type ESUser
 Set<ESUser> ESOrgUnitRepositoryImpl.getUsers()
          Returns a set of all available ESUsers.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type ESUser
 void ESOrgUnitRepositoryImpl.addUser(ESUser user)
          Adds the given user.
 void ESOrgUnitRepositoryImpl.removeUser(ESUser user)
          Removes the given user.
 void ESAuthenticationInformationImpl.setUser(ESUser user)
          Sets the authenticated user.
 

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

Methods in org.eclipse.emf.emfstore.server.auth that return ESUser
 ESUser ESOrgUnitResolver.copyAndResolveUser(ESUser user)
          Resolves the given user and returns a copy of it with all roles.
 ESUser ESSessions.getRawUser(ESSessionId sessionId)
          Returns the user associated with the given session ID.
 ESUser ESOrgUnitResolver.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 ESUser ESOrgUnitResolver.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 ESUser ESSessions.resolveUser(ESSessionId sessionId)
          Returns the user associated with the given session ID and checks if the user has an active session.
 

Methods in org.eclipse.emf.emfstore.server.auth with parameters of type ESUser
 ESUser ESOrgUnitResolver.copyAndResolveUser(ESUser user)
          Resolves the given user and returns a copy of it with all roles.
 

Uses of ESUser in org.eclipse.emf.emfstore.server.model
 

Methods in org.eclipse.emf.emfstore.server.model that return ESUser
 ESUser ESAuthenticationInformation.getUser()
          Returns the authenticated user.
 

Methods in org.eclipse.emf.emfstore.server.model that return types with arguments of type ESUser
 Set<ESUser> ESOrgUnitRepository.getUsers()
          Returns a set of all available ESUsers.
 Set<ESUser> ESOrgUnitProvider.getUsers()
          Returns a set of all known users.
 

Methods in org.eclipse.emf.emfstore.server.model with parameters of type ESUser
 void ESOrgUnitRepository.addUser(ESUser user)
          Adds the given user.
 void ESOrgUnitProvider.addUser(ESUser user)
          Adds the given user.
 void ESOrgUnitRepository.removeUser(ESUser user)
          Removes the given user.
 void ESOrgUnitProvider.removeUser(ESUser user)
          Removes the given user.
 void ESAuthenticationInformation.setUser(ESUser user)
          Sets the authenticated user.
 



Copyright © 2016. All Rights Reserved.