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

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

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return types with arguments of type ESRole
 List<ESRole> DefaultESOrgUnitResolverService.getRolesFromGroups(ESOrgUnit orgUnit)
          Returns all roles that can be obtained via group membership.
 

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

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

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

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

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api that return types with arguments of type ESRole
 Collection<? extends ESRole> ESGroupImpl.getRoles()
          Returns a collection of roles associated with the group.
 

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

Methods in org.eclipse.emf.emfstore.server.auth that return types with arguments of type ESRole
 List<ESRole> ESOrgUnitResolver.getRolesFromGroups(ESOrgUnit orgUnit)
          Returns all roles that can be obtained via group membership.
 

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

Methods in org.eclipse.emf.emfstore.server.model that return types with arguments of type ESRole
 Collection<? extends ESRole> ESGroup.getRoles()
          Returns a collection of roles associated with the group.
 



Copyright © 2016. All Rights Reserved.