Uses of Interface
org.opencastproject.security.api.OrganizationDirectoryService
Packages that use OrganizationDirectoryService
Package
Description
Service implementation classes
-
Uses of OrganizationDirectoryService in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return OrganizationDirectoryServiceModifier and TypeMethodDescriptionprotected abstract OrganizationDirectoryServiceAbstractJobProducer.getOrganizationDirectoryService()Returns a reference to the organization directory service.OsgiAbstractJobProducer.getOrganizationDirectoryService()Methods in org.opencastproject.job.api with parameters of type OrganizationDirectoryServiceModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducer.setOrganizationDirectoryService(OrganizationDirectoryService organizationDirectoryService) -
Uses of OrganizationDirectoryService in org.opencastproject.security.util
Methods in org.opencastproject.security.util with parameters of type OrganizationDirectoryServiceModifier and TypeMethodDescriptionstatic Optional<Tuple<User, Organization>> SecurityUtil.getUserAndOrganization(SecurityService sec, OrganizationDirectoryService orgDir, String orgId, UserDirectoryService userDir, String userId) Get a user and an organization. -
Uses of OrganizationDirectoryService in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as OrganizationDirectoryServiceModifier and TypeFieldDescriptionprotected OrganizationDirectoryServiceServiceRegistryInMemoryImpl.organizationDirectoryServiceThe organization directory serviceConstructors in org.opencastproject.serviceregistry.api with parameters of type OrganizationDirectoryServiceModifierConstructorDescriptionServiceRegistryInMemoryImpl(JobProducer service, float maxLoad, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) ServiceRegistryInMemoryImpl(JobProducer service, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService)