| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.security.util | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Method and Description |
|---|---|
UserDirectoryService |
OsgiAbstractJobProducer.getUserDirectoryService() |
protected abstract UserDirectoryService |
AbstractJobProducer.getUserDirectoryService()
Returns a reference to the user directory service
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsgiAbstractJobProducer.setUserDirectoryService(UserDirectoryService userDirectoryService) |
| Modifier and Type | Method and Description |
|---|---|
static Option<Tuple<User,Organization>> |
SecurityUtil.getUserAndOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user and an organization.
|
static Option<User> |
SecurityUtil.getUserOfOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user of a certain organization by its ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserDirectoryService |
ServiceRegistryInMemoryImpl.userDirectoryService
The user directory service
|
| Constructor and Description |
|---|
ServiceRegistryInMemoryImpl(JobProducer service,
float maxLoad,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
ServiceRegistryInMemoryImpl(JobProducer service,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
Copyright © 2009–2020 Opencast Project. All rights reserved.