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

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

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type ESOrgUnitId
 boolean DefaultESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean DefaultESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId, Set<ESGlobalProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 List<ESGroup> DefaultESOrgUnitResolverService.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 ESUser DefaultESOrgUnitResolverService.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 

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

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

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

Methods in org.eclipse.emf.emfstore.server.auth that return ESOrgUnitId
 ESOrgUnitId ESSessions.resolveToOrgUnitId(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 ESOrgUnitId
 boolean ESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean ESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId, Set<ESGlobalProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 List<ESGroup> ESOrgUnitResolver.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 ESUser ESOrgUnitResolver.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 



Copyright © 2016. All Rights Reserved.