Uses of Interface
org.opencastproject.security.api.UserDirectoryService
Packages that use UserDirectoryService
Package
Description
Service implementation classes
-
Uses of UserDirectoryService in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return UserDirectoryServiceModifier and TypeMethodDescriptionprotected abstract UserDirectoryServiceAbstractJobProducer.getUserDirectoryService()Returns a reference to the user directory serviceOsgiAbstractJobProducer.getUserDirectoryService()Methods in org.opencastproject.job.api with parameters of type UserDirectoryServiceModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducer.setUserDirectoryService(UserDirectoryService userDirectoryService) -
Uses of UserDirectoryService in org.opencastproject.security.util
Methods in org.opencastproject.security.util with parameters of type UserDirectoryServiceModifier 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 UserDirectoryService in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as UserDirectoryServiceModifier and TypeFieldDescriptionprotected UserDirectoryServiceServiceRegistryInMemoryImpl.userDirectoryServiceThe user directory serviceConstructors in org.opencastproject.serviceregistry.api with parameters of type UserDirectoryServiceModifierConstructorDescriptionServiceRegistryInMemoryImpl(JobProducer service, float maxLoad, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) ServiceRegistryInMemoryImpl(JobProducer service, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService)